You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/parsing
Sven Wegener 08cc6edc64
vault: Read stdin data as binary on python3 (#52229)
On python3 sys.stdin is an encoded file object that does not support
reading raw binary data. Use the supplied buffer object to do so.

Signed-off-by: Sven Wegener <sven.wegener@inovex.de>

Co-authored-by: Sven Wegener <sven.wegener@inovex.de>
4 years ago
..
fixtures
utils
vault vault: Read stdin data as binary on python3 (#52229) 4 years ago
yaml Add more include and yaml parsing tests (#70506) 4 years ago
__init__.py
test_ajson.py
test_dataloader.py
test_mod_args.py
test_splitter.py
test_unquote.py