salt/tests
Erik Johnson a04087b2e2
runtests.py: allow user to set optparse options in REPL
This allows for the options set by optparse to be passed to main() as
kwargs, so that the test suite can be run from within a REPL.

>>> import runtests
>>> try:
...     runtests.main(ssh=True, verbosity=2, coverage_xml='/tmp/coverage.xml', xml='/tmp/xml-unittests-output', run_destructive=True, output_columns=80, sysinfo=True)
... except SystemExit:
...     pass
...
>>>
2018-01-29 08:53:40 -06:00
..
integration Merge pull request #45726 from rallytime/merge-oxygen 2018-01-28 13:05:00 -06:00
kitchen comment wordpress module 2017-10-30 13:34:28 -06:00
perf Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
pkg/rpm
support Merge pull request #45726 from rallytime/merge-oxygen 2018-01-28 13:05:00 -06:00
unit Merge pull request #45737 from terminalmage/ssdp-unit-tests 2018-01-29 08:50:11 -05:00
utils Move test case to the unit tests 2018-01-26 10:34:31 +01:00
__init__.py
buildpackage.py
committer_parser.py Use with blocks (or try/finally) to ensure filehandles are closed 2017-11-09 15:05:40 -06:00
conftest.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
consist.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
eventlisten.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
eventlisten.sh
jenkins.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
minionswarm.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
modparser.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
packdump.py
runtests.py runtests.py: allow user to set optparse options in REPL 2018-01-29 08:53:40 -06:00
salt-tcpdump.py
saltsh.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
wheeltest.py
whitelist.txt
zypp_plugin.py Pylint fixes 2017-06-21 10:09:11 +01:00