summaryrefslogtreecommitdiff
path: root/test/units/module_utils/basic
Commit message (Expand)AuthorAgeFilesLines
* Revert "stricter permissions on atomic_move when creating new file (#68970)"revert-68970-safer_default_permsBrian Coca2020-04-161-8/+9
* stricter permissions on atomic_move when creating new file (#68970)Brian Coca2020-04-161-9/+8
* 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
* Add mechanism for storing warnings and deprecations outside of AnsibleModule ...Sam Doran2020-01-281-5/+6
* synchronize - fix password authentication (#66542)Sam Doran2020-01-211-0/+20
* Allow no_log=False to silence the no_log warnings for module parameters (#64733)kaorihinata2020-01-091-0/+37
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-112-7/+7
* Add tests for new alias deprecation functionality (#61476)Jill R2019-09-051-0/+9
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-131-5/+0
* Update units to pass on macOS (#60435)Matt Martz2019-08-122-13/+9
* unit tests: remove unused imports (#59636)Andrey Klychkov2019-07-263-6/+3
* Option parsing: warn if both an option and its alias are specified for a modu...Felix Fontein2019-07-191-0/+8
* ensure bytes in run_command (#58411)Brian Coca2019-07-021-12/+4
* Move type checking methods out of basic.py and add unit tests (#53687)Sam Doran2019-03-212-4/+4
* Move utility functions out of basic.py (#51715)Sam Doran2019-03-141-6/+9
* Try to get correct buffer size to avoid races (#53547)Brian Coca2019-03-141-0/+1
* Use distro.id() instead of distro.name() (#52199)Sam Doran2019-03-071-8/+47
* Python 2: accept both long and int for type=int (module options) (#53289)Felix Fontein2019-03-051-4/+9
* Move _handle_no_log_values() out of basic.py (#48628)Sam Doran2019-03-041-4/+5
* Move _handle_aliases() out of basic.py (#48578)Sam Doran2019-02-281-0/+1
* Add support for elements validation in argspec (#50335)Ganesh Nalawade2019-02-191-13/+85
* Bugfix/ fix mocker patch in tests (#52372)Sviatoslav Sydorenko2019-02-152-1/+4
* Introduce new 'required_by' argument_spec option (#28662)Dag Wieers2019-02-151-14/+32
* Cleanups to the common.sys_info APIToshio Kuratomi2019-01-031-6/+6
* Port from plaform.dist to ansible.module_utils.distro.linux_distributionToshio Kuratomi2018-12-171-67/+118
* move some of basic into common (#48078)Andreas Calminder2018-12-071-10/+10
* Fix unit test issues with pytest >= 4.0.0.Matt Clay2018-11-151-2/+2
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-129-10/+10
* Fix unit test parametrize order on Python 3.5.Matt Clay2018-09-171-25/+26
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-6/+3
* AnsiballZ improvementsToshio Kuratomi2018-07-262-7/+17
* Fix journald unittestsToshio Kuratomi2018-07-251-3/+3
* Fix remote_tmp when become with non admin user (#42396)Jordan Borean2018-07-061-1/+23
* Module basic.py to create parent dirs of tmpdir if needed (#40201)Jordan Borean2018-05-171-2/+29
* create module tmpdir based on remote_tmp (#39833)Jordan Borean2018-05-151-0/+62
* Allow subspec defaults to be processed when the parent argument is not suppli...Matt Martz2018-05-071-0/+13
* basic: allow one or more when param list having choices (#34537)René Moser2018-02-071-0/+20
* If check mode enabled and file missing set changed to true 32676 (#33967)Pilou2018-01-041-3/+9
* AnsibleModule.get_file_attributes: add unit testPierre-Louis Bonicoli2017-12-181-0/+50
* Split basic units (#33510)Toshio Kuratomi2017-12-1814-84/+1330
* Porting tests to pytest (#33387)Toshio Kuratomi2017-12-058-860/+602
* Port AnsibleModule deprecate and warning tests to pytest (#33162)Toshio Kuratomi2017-11-281-65/+88
* add custom module type validation (#27183)Matt Davis2017-07-261-0/+49
* Refactor the tests for _symbolic_mode_to_octalToshio Kuratomi2017-07-241-0/+106
* better backwards compat handling of statusBrian Coca2017-07-051-6/+6
* remove_values could hit the recursion limitToshio Kuratomi2017-06-061-5/+31
* Ensure exit_json returns failed = FalseDag Wieers2017-05-301-2/+1
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-309-128/+167
* Fix UnboundLocalError in basic.pyAbhijeet Kasurde2017-05-151-0/+18