summaryrefslogtreecommitdiff
path: root/test/units/module_utils/basic/test_exit_json.py
Commit message (Expand)AuthorAgeFilesLines
* Fix unit tests on Python 3.10.Matt Clay2021-05-071-0/+2
* Deprecate Py2.6 support for target nodes (#74165)Matt Martz2021-04-161-6/+17
* Support datetime.date object in module result (#70595)jabdr2020-07-141-0/+6
* Clean up unit test boilerplate.Matt Clay2020-06-221-1/+1
* Add some more unittests for fail_jsonToshio Kuratomi2020-04-081-1/+22
* Allow the msg argument to fail_json() to be a positional argumentToshio Kuratomi2020-04-081-2/+14
* Split basic units (#33510)Toshio Kuratomi2017-12-181-4/+2
* Porting tests to pytest (#33387)Toshio Kuratomi2017-12-051-125/+87
* better backwards compat handling of statusBrian Coca2017-07-051-6/+6
* Ensure exit_json returns failed = FalseDag Wieers2017-05-301-2/+1
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-30/+34
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-4/+4
* Enable most unittests on python3 (just some vault unittests and a logging one...Toshio Kuratomi2016-08-251-2/+0
* Ship constants to the modules via internal module params rather than a second...Toshio Kuratomi2016-05-121-3/+3
* Remove reload from arg related tests. Changes to how ziploader passes args ...Toshio Kuratomi2016-05-101-5/+3
* Allow AnsibleModules to be instantiated more than once in a moduleToshio Kuratomi2016-04-231-0/+3
* add _load_params debug overrides for module args/file passed on cmdlinenitzmahone2016-04-181-62/+35
* Fix unittestsToshio Kuratomi2016-04-121-11/+34
* ZiploaderToshio Kuratomi2016-04-051-0/+3
* Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3Toshio Kuratomi2016-02-261-4/+4
* fixed tests to follow new invocation structureBrian Coca2015-12-231-7/+12
* Fix unittests for return of invocation from fail_json and exit_jsonToshio Kuratomi2015-12-191-7/+10
* Workaround seeming bug in python-2.6's sys.exit()Toshio Kuratomi2015-10-211-3/+15
* Update the use of no_log values to cover everything that heuristic_log_saniti...Toshio Kuratomi2015-10-211-0/+140