summaryrefslogtreecommitdiff
path: root/test/units
Commit message (Expand)AuthorAgeFilesLines
* changed mod_args test to match connectionBrian Coca2015-08-191-3/+3
* fixed test to new parser optionsBrian Coca2015-08-181-1/+1
* Merge pull request #11975 from mutemule/become_doasBrian Coca2015-08-171-0/+6
|\
| * Add become support for OpenBSD doasDamian Gerow2015-08-171-0/+6
* | fixed typoBrian Coca2015-08-161-1/+1
* | fixed test to match new exception class usedBrian Coca2015-08-161-4/+2
|/
* fixed test to match new become outputBrian Coca2015-08-151-2/+2
* 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
* Fix unit tests broken by previous commitJames Cammarata2015-08-041-1/+2
* update unit tests for role templating changesJames Cammarata2015-08-031-8/+8
* Switch up the task/host overrides for PlayContext to use the compiled vars dictJames Cammarata2015-07-281-3/+2
* Fix strategy base unit tests after 88e1ef8James Cammarata2015-07-241-0/+2
* Update unit tests for flush_handlers fixJames Cammarata2015-07-222-9/+29
* Fix environment setting and inheritenceJames Cammarata2015-07-211-4/+0
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-216-193/+193
* Fix broken strategy unit test from earlier changeJames Cammarata2015-07-201-1/+2
* Play.get_name: remove prefix, return name onlyPierre-Louis Bonicoli2015-07-201-1/+1
* Cleaning up some stuff related to the connection info/become/executable changeJames Cammarata2015-07-191-9/+9
* added stdout to test resultBrian Coca2015-07-141-1/+1
* Updating base strategy unit test regarding bad file loads based on earlier ch...James Cammarata2015-07-141-1/+2
* Fix unit tests for new magic variable addition 'ansible_version'James Cammarata2015-07-101-0/+2
* Update role unit tests for changes made to require a play during loadingJames Cammarata2015-07-101-8/+23
* Added tests for `taggable` modulemarconius2015-07-082-1/+104
* Fix strategy plugin unit tests related to earlier changesJames Cammarata2015-07-071-2/+2
* Test unquote works as expected and fix two bugs:Toshio Kuratomi2015-07-061-0/+58
* fixed become test to match new expected outputBrian Coca2015-07-061-1/+1
* Updating unit tests to account for new magic variable 'vars'James Cammarata2015-07-041-0/+2
* assertRaises should be given an exception type. Fixes 11441Matt Martz2015-06-301-1/+6
* Update VariableManager test for additional magic variable playbook_dirJames Cammarata2015-06-241-1/+1
* fixed pfexec testBrian Coca2015-06-151-1/+3
* added missing error class importBrian Coca2015-06-111-0/+1
* updated fail_on_undefined test to new function signaturesBrian Coca2015-06-111-4/+6
* Don't test for play.become_pass any longerMatt Martz2015-06-061-2/+0
* Get tests passingMatt Martz2015-06-052-58/+78
* Fix mock DictDataLoader _get_file_contents to match real codeJames Cammarata2015-06-051-1/+1
* Merge branch 'v2_final' into devel_switch_v2James Cammarata2015-06-012-3/+6
|\
| * Fixing some small bugs related to integration tests (v2)James Cammarata2015-06-011-1/+1
| * Fixing unit test for included file changesJames Cammarata2015-05-291-2/+5
* | Merge branch 'v2_final' into devel_switch_v2James Cammarata2015-05-2886-3207/+4238
|\ \ | |/
| * More module_utils/basic.py unit tests for v2James Cammarata2015-05-281-5/+446
| * Started reworking module_utils/basic unit tests (v2)James Cammarata2015-05-271-285/+225
| * Adding unit tests for TaskExecutor (v2)James Cammarata2015-05-241-0/+324
| * Fix unit test for conn_info (v2)James Cammarata2015-05-221-1/+4
| * Adding unit tests for ConnectionInformation (v2)James Cammarata2015-05-221-0/+153
| * Unit tests for base strategy class (v2)James Cammarata2015-05-211-1/+229
| * Reorganizing plugin unit tests and adding start of strategy tests (v2)James Cammarata2015-05-1813-0/+337
| * Adding module_utils tests from v1 to v2James Cammarata2015-05-173-0/+494
| * Cleaning up template test syntax a bitJames Cammarata2015-05-171-1/+12