salt/tests/unit/fileserver
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
..
__init__.py Fix pylint of develop (#35002) 2016-07-27 15:18:29 -06:00
test_fileclient.py Fix all Sphinx warnings 2018-05-31 15:28:25 -05:00
test_gitfs.py Fix all Sphinx warnings 2018-05-31 15:28:25 -05:00
test_map.py Fix all Sphinx warnings 2018-05-31 15:28:25 -05:00
test_roots.py Reverse monkeypatching after test_symlink_list finishes 2018-06-13 09:58:29 -05:00