salt/tests/integration
Roman Imankulov bb0ed1a3a7 Tests cleanup
Defined "integration.run_tests()" function which can be used to execute
a particular integration test case. Existing bolerplate code in modules
and states tests is replaced with following lines:

    if __name__ == '__main__':
        from integration import run_tests
        run_tests(TestCaseName)

Typical usecase could look like this:

    python integration/modules/pip.py --no-clean -vv
2012-07-20 12:25:08 +06:00
..
client Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
files Add sock_dir verification to tests 2012-07-07 22:11:36 -06:00
modules Tests cleanup 2012-07-20 12:25:08 +06:00
runners Fix "undefined name" errors spotted by pyflakes 2012-07-15 03:01:35 +02:00
shell Fix "undefined name" errors spotted by pyflakes 2012-07-15 03:01:35 +02:00
states Tests cleanup 2012-07-20 12:25:08 +06:00
tmp Split out integration tests from pure unit tests. 2012-02-20 13:18:13 +01:00
__init__.py Tests cleanup 2012-07-20 12:25:08 +06:00