1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/plugins
Jon Dufresne ef67d4074b Prefer io.BytesIO over six; available on all supported Pythons (#45388)
On all supported Pythons, the io.BytesIO is always a stream
implementation using an in-memory bytes buffer. Makes code slightly more
forward compatible by reducing use of the six module.
2018-09-10 15:19:16 -04:00
..
action
cache
callback
cliconf Fix cli_command multiple prompt issue (#44922) 2018-08-31 20:04:12 +05:30
connection
filter Skip ipaddr test that fails on Python 3.7+. 2018-09-04 09:23:31 -07:00
httpapi Prefer io.BytesIO over six; available on all supported Pythons (#45388) 2018-09-10 15:19:16 -04:00
inventory
loader_fixtures
lookup Add ability to unlock 1Password vault to lookup plugins (#44923) 2018-08-30 16:24:06 -04:00
shell
strategy
terminal
vars
__init__.py
test_plugins.py