Skip test_file_absolute_expanded on Windows.

This commit is contained in:
Florian Bruhin 2015-07-06 17:22:52 +02:00
parent 3f13c2bd3e
commit a0a7f9feda

View File

@ -174,6 +174,7 @@ class TestFuzzyUrl:
url = urlutils.fuzzy_url('/foo')
assert url == QUrl('file:///foo')
@pytest.mark.posix
def test_file_absolute_expanded(self, os_mock):
"""Make sure ~ gets expanded correctly."""
os_mock.path.exists.return_value = True