summaryrefslogtreecommitdiff
path: root/hacking/test-module
Commit message (Expand)AuthorAgeFilesLines
* test-module _ansible_selinux_special_fs arg addedAdrian Likins2016-10-241-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
* Escape args injected in new style modulesNicolas Grilly2013-05-241-3/+3
* Changes to allow WANT_JSON to allow JSON to non-Python modulesMichael DeHaan2013-04-241-5/+18
* update hacking/test_module script to be aware of complex arguments, though it...Michael DeHaan2013-02-171-0/+2
* fixed shebang in hacking test-moduleLes Aker2013-02-011-1/+1
* Set LANG in module_common.pyStephen Fromm2012-11-271-0/+2
* Add ability to specify syslog facility for modulesStephen Fromm2012-11-111-0/+2
* Allow unicode transfer by not base64 encoding. Also: fasterMichael DeHaan2012-08-021-1/+2
* small tweaks to --help for hacking/test-moduleMichael DeHaan2012-07-231-3/+3
* Teach the test-module script about the new way MODULE_ARGS works in new-style...Michael DeHaan2012-07-231-22/+33
* test-module uses optparse with --debuggerbradobro2012-07-231-11/+19
* Refactoring test-module to be more like ansible.bradobro2012-07-231-58/+85
* Port the copy module over to the new "common module" logic.Michael DeHaan2012-07-211-2/+2
* Common module code upgradesMichael DeHaan2012-07-171-6/+1
* Added code to allow insertion of boilerplate into modules to make them able t...Michael DeHaan2012-07-171-0/+18
* consolidate output code in callbacks.py, from utils, remove extra functionsMichael DeHaan2012-07-151-1/+1
* Adding a missing '~' to use the user's home directory instead of the root fil...Peter Sankauskas2012-05-021-1/+1
* Clarify that stderr WILL crash your module. Can't redirect because if we do ...Michael DeHaan2012-04-271-3/+2
* Because paramiko using a pty can't distinguish stderr and stdout, remove hand...Michael DeHaan2012-04-271-1/+4
* Make it possible to use facts from hosts in templates for other hosts.Michael DeHaan2012-04-211-3/+3