salt/tests/integration/renderers
twangboy 2c3e91dbea
Fix test_pydsl on Windows
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.
2019-06-20 17:26:31 -06:00
..
__init__.py Add __init__ and pydsl test 2015-11-25 10:50:30 -07:00
test_pydsl.py Fix test_pydsl on Windows 2019-06-20 17:26:31 -06:00