summaryrefslogtreecommitdiff
path: root/test/units/mock
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-221-1/+1
* Clean up unit tests to prepare for pylint update. (#75473)Matt Clay2021-08-111-4/+4
* only add data when there is data to add (#54559)Brian Coca2021-02-111-2/+3
* Clean up unit test boilerplate.Matt Clay2020-06-222-0/+6
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-5/+5
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-122-2/+2
* AnsiballZ improvementsToshio Kuratomi2018-07-261-1/+1
* avoid caching invetnory sources in loader (#38242)Brian Coca2018-04-101-1/+1
* Allow loading dirs from role defaults/vars (#36357)Andrew Gaffney2018-04-101-2/+13
* Porting tests to pytest (#33387)Toshio Kuratomi2017-12-051-72/+0
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+2
* Support multiple vault passwords (#22756)Adrian Likins2017-07-282-0/+43
* mock_unfrackpath_noop: handle follow parameter (#26662)Pilou2017-07-121-3/+5
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-302-1/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-1/+3
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-232-2/+2
* Remove shebangs from unit tests.Matt Clay2017-02-271-2/+0
* Legacy pep8 updates for setup.py and testsMatt Martz2017-02-111-1/+2
* Fix @contextmanager leak on exception. (#21031)Matt Clay2017-02-031-11/+20
* Add empty-init code-smell script. (#18406)Matt Clay2016-11-071-20/+0
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-071-1/+5
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-1/+4
* Enable most unittests on python3 (just some vault unittests and a logging one...Toshio Kuratomi2016-08-251-1/+4
* Implement vault encrypted yaml variables. (#16274)Adrian Likins2016-08-231-0/+120
* A little unittest refactoring (#16704)Toshio Kuratomi2016-07-142-1/+90
* Fix mock loader for osx /etc symlinks (#16074)jctanner2016-05-311-0/+5
* add _load_params debug overrides for module args/file passed on cmdlinenitzmahone2016-04-181-0/+57
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-1/+1
* Starting to add additional unit tests for VariableManagerJames Cammarata2015-09-041-0/+4
* Restore the relative path handling portion of #11865Toshio Kuratomi2015-08-061-3/+3
* Revert "Path of group_vars and host_vars were getting the basedir added twice."Brian Coca2015-08-061-2/+2
* Path of group_vars and host_vars were getting the basedir added twice.fix-group_vars_pathToshio Kuratomi2015-08-051-2/+2
* added missing error class importBrian Coca2015-06-111-0/+1
* Fix mock DictDataLoader _get_file_contents to match real codeJames Cammarata2015-06-051-1/+1
* More template unit tests for v2James Cammarata2015-05-171-0/+6
* Making the switch to v2James Cammarata2015-05-032-0/+103