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 lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 2019-05-17 23:29:42 -07:00
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 Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
test_mod_args.py various mod_args fixes (#60290) 2019-08-13 09:57:49 +01:00
test_splitter.py Add unit tests 2018-09-28 19:19:58 +02:00
test_unquote.py