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/vault
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
..
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_vault.py Replace TestCase.assertEquals with TestCase.assertEqual. 5 years ago
test_vault_editor.py vault: Read stdin data as binary on python3 (#52229) 4 years ago