norm slashes for windows

This commit is contained in:
Anthony Sottile 2016-02-07 13:03:28 -08:00
parent 72eeafe516
commit e2451109f7

View file

@ -618,4 +618,4 @@ def test_files_running_subdir(
'--files', 'foo.py',
env=env,
)
assert 'subdir/foo.py' in stdout
assert 'subdir/foo.py'.replace('/', os.sep) in stdout