mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
2c3e91dbea
Fixes an issue with the test_pydsl test on Windows This test has a hardcoded path to `/tmp` which doesn't exist by default on Windows. This PR adds a setUp function to the class which adds that directory on Windows and removes it after the test run. As a result it is now a destructive test. |
||
---|---|---|
.. | ||
__init__.py | ||
test_pydsl.py |