salt/tests/integration
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
..
client Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
files Reverted back the --key-logfile deprecation. 2012-08-08 01:08:38 +01:00
mockbin Add "mockbin" directory and a fake "su" wrapper for tests 2012-07-26 22:14:00 +06:00
modules Removed the pip module integration tests since it's also being tested in the virtualenv's integration tests. 2012-08-01 23:11:48 +01:00
runners Fix "undefined name" errors spotted by pyflakes 2012-07-15 03:01:35 +02:00
shell Fix salt-call bug with default outputter. 2012-08-13 07:10:42 +01:00
states Reverted back the --key-logfile deprecation. 2012-08-08 01:08:38 +01:00
tmp Split out integration tests from pure unit tests. 2012-02-20 13:18:13 +01:00
__init__.py Fix salt-call bug with default outputter. 2012-08-13 07:10:42 +01:00