mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
bb0ed1a3a7
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 |
||
---|---|---|
.. | ||
client | ||
files | ||
modules | ||
runners | ||
shell | ||
states | ||
tmp | ||
__init__.py |