mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
6fe711ad76
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. |
||
---|---|---|
.. | ||
integration | ||
perf | ||
pkg/rpm | ||
support | ||
unit | ||
utils | ||
__init__.py | ||
buildpackage.py | ||
committer_parser.py | ||
conftest.py | ||
consist.py | ||
eventlisten.py | ||
eventlisten.sh | ||
jenkins.py | ||
minionswarm.py | ||
modparser.py | ||
packdump.py | ||
runtests.py | ||
salt-tcpdump.py | ||
saltsh.py | ||
wheeltest.py | ||
whitelist.txt | ||
zypp_plugin.py |