salt/tests
Erik Johnson 6fe711ad76
Reverse monkeypatching after test_symlink_list finishes
On Windows, in test_symlink_list we monkeypatch the file_roots. However,
we don't ever reverse that monkeypatching.

This would not have affected other test classes, because the opts we are
monkeypatching are ones created specifically for that test class. And
due to the lexicographic order in which the tests are run,
test_symlink_list is run last. However, if we were to ever add a test to
that test class which would run after test_symlink_list, it would be
affected by the monkeypatching.
2018-06-13 09:58:29 -05:00
..
integration Merge pull request #47978 from twangboy/fix_test_pkg 2018-06-06 15:06:03 -04:00
perf
pkg/rpm
support Merge pull request #47860 from terminalmage/state-writing-docs 2018-06-01 10:42:54 -04:00
unit Reverse monkeypatching after test_symlink_list finishes 2018-06-13 09:58:29 -05:00
utils Misplaced test. Use tests.support.unit instead. 2017-04-01 14:23:00 +01:00
__init__.py
buildpackage.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
committer_parser.py Fix resource leakage 2017-04-05 23:18:00 +01:00
conftest.py add EXPENSIVE_TESTS 2018-06-05 18:36:27 -05:00
consist.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
eventlisten.py
eventlisten.sh
jenkins.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
minionswarm.py minionswarm runs on windows 2018-06-06 14:19:16 -07:00
modparser.py
packdump.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
runtests.py Gracefully handle blank lines in whitelist.txt 2018-05-07 13:35:00 -07:00
salt-tcpdump.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
saltsh.py
wheeltest.py
whitelist.txt Merge pull request #47822 from Ch3LL/win_user_test 2018-05-30 17:13:06 -04:00
zypp_plugin.py Pylint fixes 2017-06-21 10:09:11 +01:00