summaryrefslogtreecommitdiff
path: root/hacking/test-module
Commit message (Expand)AuthorAgeFilesLines
* Rename python files in hacking/ directory to have .py suffixToshio Kuratomi2019-07-101-274/+1
* Make test-module use default value for interpreter (#54053)Karolis Tamutis2019-04-101-1/+2
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* test-module: define ansible_version attributePierre-Louis Bonicoli2018-10-181-0/+2
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-4/+1
* AnsiballZ improvementsToshio Kuratomi2018-07-261-2/+2
* Fix test-module failing to validate args (#41004)Zhikang Zhang2018-06-011-1/+1
* Fixes incorrect variable name (#40274)Tim Rupp2018-05-161-1/+1
* create module tmpdir based on remote_tmp (#39833)Jordan Borean2018-05-151-1/+2
* Update test-module (#39331)mwpeterson2018-04-261-0/+1
* module_common: handle None value for templar (#36651)Pilou2018-03-291-0/+2
* hacking/test-module: fix Python 3 compatibility (#33069)Pilou2017-11-201-2/+2
* bring comments and docs up-to-date for invoking hacking/test-module (#20940)welchwilmerck2017-08-181-5/+4
* hacking/test-module: fix for python3 (#26194)Sloane Hertel2017-07-111-1/+4
* Fix hacking/test-module to allow running modules with pdb (#23339)Michael De La Rue2017-06-281-3/+3
* Include error message when ansiballz_setup fails (#26127)Yujun Zhang2017-06-281-1/+1
* Allows for testing binary modules (#24857)Martyn Ranyard2017-05-221-1/+1
* Update test-module (#20737)Allan2017-01-311-2/+1
* Use the python used with test-module to run modules (#19591)Will Thames2017-01-171-31/+52
* test-module _ansible_selinux_special_fs arg addedAdrian Likins2016-10-231-0/+4
* Find places where ziploader is used and change them to ansiballz so that peop...Toshio Kuratomi2016-07-211-11/+11
* Remove the duplicate modstyle parameterToshio Kuratomi2016-04-271-1/+1
* Have test-module clean up the local temp dir when it exitsToshio Kuratomi2016-04-241-12/+44
* Cleanup. Since we no longer pass a lock, we no longer need to create itToshio Kuratomi2016-04-141-2/+0
* We switched away from passing the lock via the arguments to modify_moduleToshio Kuratomi2016-04-131-1/+0
* Controller-side module caching.Toshio Kuratomi2016-04-121-2/+6
* Python2.6 fix for test-moduleToshio Kuratomi2016-04-111-1/+1
* ZiploaderToshio Kuratomi2016-04-051-0/+3
* Update check mode argumentAlberto Gireud2015-11-081-1/+1
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-1/+1
* Change to python3 syntaxKevin Houdebert2015-08-311-16/+16
* Port some things in test-module to v2.Toshio Kuratomi2015-07-311-5/+8
* Fix existing typo, remove trailing space added by PR commitAbhijit Menon-Sen2015-07-221-3/+3
* Add options to control output and execution of test-moduleWill Thames2015-07-221-7/+14
* updated to use new loaderGerard Lynch2015-07-171-3/+5
* Merge pull request #11618 from halberom/test-moduleBrian Coca2015-07-161-3/+3
|\
| * updated to new location and non-classness of module_commonGerard Lynch2015-07-161-3/+3
* | Merge pull request #10928 from gimoh/test-module-default-pythonBrian Coca2015-07-161-1/+2
|\ \ | |/ |/|
| * Use same interpreter for test-module and module it runsgimoh2015-05-061-1/+2
* | hacking/test-module: Style nitMarc Abramowitz2015-07-021-1/+1
* | hacking/test-module: Deal with move of parse_kvMarc Abramowitz2015-07-021-1/+2
* | Make test-module work in v2Marc Abramowitz2015-07-021-3/+4
|/
* typofixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-12-041-2/+2
* Add checkmode support for test-module scriptHector Acosta2014-07-201-5/+12
* Make test-module interpret --args='{...' as yamlFelix Kaiser2014-04-101-0/+4
* Support for -a to accept a file with test-moduleMatt Martz2014-02-071-0/+5
* Add -I/--interpreter argument to test-moduleMatt Martz2013-12-301-2/+15
* Undo an inadvertant revert from template changes so we still allow pythonic i...Michael DeHaan2013-10-311-37/+31
* Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...James Tanner2013-10-301-30/+35
* Enable imports to work on a snippet based system, allowing for instance a lib...Michael DeHaan2013-10-261-35/+30