Commit Graph

71 Commits (80561ccef0759682cf5bcd810d76fccbb508dfdc)

Author SHA1 Message Date
Toshio Kuratomi 33d2728879 Rename python files in hacking/ directory to have .py suffix
7 years ago
Karolis Tamutis 54384e7a12 Make test-module use default value for interpreter (#54053)
7 years ago
Toshio Kuratomi 3fba006207 Update bare exceptions to specify Exception.
7 years ago
Pierre-Louis Bonicoli 92103bf5d0 test-module: define ansible_version attribute
8 years ago
Matt Martz c1c229c6d4
Remove use of simplejson throughout code base (#43548)
8 years ago
Toshio Kuratomi 52449cc01a AnsiballZ improvements
8 years ago
Zhikang Zhang b578bf9e20 Fix test-module failing to validate args (#41004)
8 years ago
Tim Rupp 548282139f
Fixes incorrect variable name (#40274)
8 years ago
Jordan Borean 44ab948e5d
create module tmpdir based on remote_tmp (#39833)
8 years ago
mwpeterson efdd92e1c0 Update test-module (#39331)
8 years ago
Pilou 7908f78fa6 module_common: handle None value for templar (#36651)
8 years ago
Pilou a9afb1e19e hacking/test-module: fix Python 3 compatibility (#33069)
9 years ago
welchwilmerck af40d04247 bring comments and docs up-to-date for invoking hacking/test-module (#20940)
9 years ago
Sloane Hertel 113f92548a hacking/test-module: fix for python3 (#26194)
9 years ago
Michael De La Rue 56d33a2967 Fix hacking/test-module to allow running modules with pdb (#23339)
9 years ago
Yujun Zhang 1f3755f86b Include error message when ansiballz_setup fails (#26127)
9 years ago
Martyn Ranyard 014f33655c Allows for testing binary modules (#24857)
9 years ago
Allan ba39d1158c Update test-module (#20737)
9 years ago
Will Thames 082082857d Use the python used with test-module to run modules (#19591)
9 years ago
Adrian Likins cf39a1abab test-module _ansible_selinux_special_fs arg added
10 years ago
Toshio Kuratomi 48a2773463 Find places where ziploader is used and change them to ansiballz so that people aren't confused when they google for information.information (#16715)
10 years ago
Toshio Kuratomi 2762f12f7f Remove the duplicate modstyle parameter
10 years ago
Toshio Kuratomi bdd73e31dc Have test-module clean up the local temp dir when it exits
10 years ago
Toshio Kuratomi 669f3dc3a8 Cleanup. Since we no longer pass a lock, we no longer need to create it
10 years ago
Toshio Kuratomi d78ba34cf0 We switched away from passing the lock via the arguments to modify_module
10 years ago
Toshio Kuratomi dcc5dfdf81 Controller-side module caching.
10 years ago
Toshio Kuratomi a330a24ccc Python2.6 fix for test-module
10 years ago
Toshio Kuratomi 4b0aa1214c Ziploader
10 years ago
Alberto Gireud 52ded67db5 Update check mode argument
11 years ago
Toshio Kuratomi 4203850d1a Break apart a looped dependency to show a warning when parsing playbooks
11 years ago
Kevin Houdebert b8c9391d0c Change to python3 syntax
11 years ago
Toshio Kuratomi 53ae326603 Port some things in test-module to v2.
11 years ago
Abhijit Menon-Sen 8342cc6b61 Fix existing typo, remove trailing space added by PR commit
11 years ago
Will Thames b05485d4b3 Add options to control output and execution of test-module
11 years ago
Gerard Lynch 2f51f3bbc5 updated to use new loader
11 years ago
Brian Coca 95bf78d0e7 Merge pull request #11618 from halberom/test-module
11 years ago
Gerard Lynch 3c7a502c50 updated to new location and non-classness of module_common
11 years ago
Brian Coca f146c7680f Merge pull request #10928 from gimoh/test-module-default-python
11 years ago
Marc Abramowitz 3b0524e67d hacking/test-module: Style nit
11 years ago
Marc Abramowitz 5466ff8907 hacking/test-module: Deal with move of parse_kv
11 years ago
Marc Abramowitz ea6ec3bf2c Make test-module work in v2
11 years ago
gimoh 5489d172de Use same interpreter for test-module and module it runs
11 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer
12 years ago
Hector Acosta b8cbf1370f Add checkmode support for test-module script
12 years ago
Felix Kaiser 3b06ab84e3 Make test-module interpret --args='{...' as yaml
12 years ago
Matt Martz dbed05caec Support for -a to accept a file with test-module
12 years ago
Matt Martz e50c2bccb8 Add -I/--interpreter argument to test-module
12 years ago
Michael DeHaan d34a26e307 Undo an inadvertant revert from template changes so we still allow pythonic imports in module land.
13 years ago
James Tanner d154bf8781 Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 4587528b 9b1fe455 214b0b05 8d3db803 7f9504d1 5031104c 35cb9dc2 2bd8cb57 1e85c754
13 years ago
Michael DeHaan 9858b1f2f3 Enable imports to work on a snippet based system, allowing for instance a library of common EC2 functions
13 years ago