summaryrefslogtreecommitdiffstats
path: root/test/units/parsing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-0/+3
* Remove unit test pytz requirement. (#78368)Matt Clay2022-07-281-4/+3
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-233-3/+3
* Remove collections compat from controller code.Matt Clay2022-03-092-2/+2
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-233-3/+3
* Fix duplicate unit test function names. (#77115)Matt Clay2022-02-231-1/+1
* Fix warning in unit tests for _yaml import.Matt Clay2022-02-181-6/+2
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-075-104/+104
* yaml dumper: Add YAML respresenter for AnsibleUndefined (#75078)Abhijeet Kasurde2021-09-071-0/+12
* YAML representer for VarsWithSources (#68525)Nasser Alansari2021-06-221-0/+8
* Remove PyCrypto (#74699)Sam Doran2021-05-182-87/+0
* Fix unit tests on Python 3.10.Matt Clay2021-05-081-11/+14
* vault: Read stdin data as binary on python3 (#52229)Sven Wegener2020-12-091-0/+17
* Add more include and yaml parsing tests (#70506)Matt Martz2020-08-041-0/+84
* Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786)Matt Martz2020-07-211-0/+1
* Clean up unit test boilerplate.Matt Clay2020-06-221-0/+3
* starting metadata sunset (#69454)Brian Coca2020-06-051-239/+0
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-112-10/+10
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-061-3/+0
* Remove empty overridden unittest.setUp and unittest.tearDown methods.Mads Jensen2019-11-051-6/+0
* Add a representer for AnsibleUnsafeBytes (#62598)Sloane Hertel2019-09-191-1/+43
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-261-0/+15
* various mod_args fixes (#60290)Matt Davis2019-08-131-2/+11
* Update units to pass on macOS (#60435)Matt Martz2019-08-122-3/+3
* Correct places where match was intendedToshio Kuratomi2019-07-191-4/+4
* Handle vaulted non-ascii characters for Python2 (#58503)Sloane Hertel2019-06-281-0/+7
* lib/ansible/parsing/ajson.py: added UNIT-tests (#56398)Andrey Klychkov2019-05-182-2/+151
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-7/+8
* dataloader: unit tests (#50942)Abhijeet Kasurde2019-01-222-1/+98
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-171-2/+2
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-137-10/+10
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* Add unit testsDag Wieers2018-09-281-0/+3
* Support nested JSON decoding in AnsibleJSONDecoder (#45924)Matt Martz2018-09-242-0/+41
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-202-90/+0
* fix decrypted vault utf8 values (#37539)Adrian Likins2018-05-251-0/+6
* Fix 'New Vault password' on vault 'edit' (#35923)Adrian Likins2018-03-271-0/+20
* Remove deprecated code (#34828)Michael Scherer2018-01-231-5/+0
* Move yaml loading functions from DataLoader into a utility module.Toshio Kuratomi2018-01-231-0/+34
* Support using vault password files that are themselves vault encrypted (#27668)Adrian Likins2018-01-201-0/+35
* Correct the AnsibleError exception to call its superclass's constructorToshio Kuratomi2017-12-221-1/+0
* Remove shell module specialcasesToshio Kuratomi2017-12-221-63/+62
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Better handling of malformed vault data envelope (#32515)Adrian Likins2017-11-101-0/+56
* Vault secrets script client inc new 'keyring' client (#27669)Adrian Likins2017-10-131-0/+37
* Fix typo in vault decrypt error message (#31335)Michael Vermaes2017-10-061-1/+1
* Use vault_id when encrypted via vault-edit (#30772)Adrian Likins2017-09-261-1/+31
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-191-3/+0
* Fixes #23680 bug with py3.x due to binary string handling (#23688)Miguel Ángel Ajo2017-09-101-0/+6
* metadata 1.1Toshio Kuratomi2017-08-161-15/+15