salt/tests
Pedro Algarvio e32faa4a28 Fix salt-call bug with default outputter.
* `salt-call` default outputter returned from `salt.output.get_printout()` was `None` and `None` isn't callable neither outputs anything useful. In this case, the fault Outputter  should be used.
* `get_printout()` also tested for `txt_out` which now is, in the cleaned up parsers, `text_out`. Fixed.
2012-08-13 07:10:42 +01:00
..
integration Fix salt-call bug with default outputter. 2012-08-13 07:10:42 +01:00
unit Final fix for saltstack/salt#1756 2012-08-11 01:28:49 +01:00
__init__.py Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
consist.py Add consist test to make sure swarm returns are all the same 2012-07-18 13:24:16 -06:00
eventlisten.py PEP8 fixes for tests 2012-06-30 14:10:34 -06:00
minionswarm.py Only generate one pair of minion keys for the swarm 2012-06-13 13:37:28 -06:00
runtests.py There's no logging NullHandler in 2.6. Fix it. 2012-08-11 21:03:49 +01:00
saltunittest.py Make an error go to stderr and remove net 1 LOC 2012-06-30 14:53:32 -07:00