salt/tests
Thomas Jackson 01f2d119b1 Covering case where kwarg cannot be un-yaml'd
In the past the master has been taking the kwargs passed in and converting them to a string (kwy=value) and letting the minion de-yaml that arg string. In general this is okay, but it doesn't work well if you are calling from the python LocalClient interface-- since the kwarg you passed already had a type. With this change instead of converting the kwarg to a string it is converted to a dict with a flag to mark it as a kwarg dict, then it is unpacked on the minion side while still maintining type
2013-11-05 19:04:23 -08:00
..
integration Covering case where kwarg cannot be un-yaml'd 2013-11-05 19:04:23 -08:00
unit Provide a default PATHEXT environment variable. 2013-10-28 16:05:19 +00:00
__init__.py Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
consist.py Replaced range(len(collection)) with enumerate(collection) 2013-08-31 13:38:42 +07:00
eventlisten.py Doh! node 2013-06-11 16:39:48 -06:00
jenkins.py Logs download should be done in a separate step. 2013-10-03 18:49:34 +01:00
minionswarm.py Prettify subcommand to kill minions 2013-10-11 10:02:23 +02:00
runtests.py Provide the loader integration tests in it's own package. 2013-10-26 18:57:00 +01:00
wheeltest.py Make wheeltest pprint, much easier to use 2012-10-29 23:04:15 -06:00