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>
2020-12-09 09:46:32 +01:00
..
fixtures
utils Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
vault vault: Read stdin data as binary on python3 (#52229) 2020-12-09 09:46:32 +01:00
yaml Add more include and yaml parsing tests (#70506) 2020-08-04 11:24:52 -07:00
__init__.py
test_ajson.py Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786) 2020-07-21 16:48:35 -05:00
test_dataloader.py
test_mod_args.py
test_splitter.py
test_unquote.py