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/parsing
Toshio Kuratomi 44d979c8f5 Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240)
Make some python3 fixes to make the unittests pass:

* galaxy imports
* dictionary iteration in role requirements
* swap_stdout helper for unittests
* Normalize to text string in a facts.py function
2016-08-25 07:30:03 -07:00
..
utils Clean up jsonify unit test with format to remove json lib differences 2016-02-29 15:08:59 -05:00
vault Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00
yaml Implement vault encrypted yaml variables. (#16274) 2016-08-23 20:03:11 -04:00
__init__.py
test_addresses.py
test_data_loader.py Implement vault encrypted yaml variables. (#16274) 2016-08-23 20:03:11 -04:00
test_mod_args.py
test_splitter.py New unit tests for #13630 fix 2016-03-28 15:54:07 -04:00
test_unquote.py