• Marius Gedminas's avatar
    Use a temporary directory in tests · 9266c3db
    Marius Gedminas authored
    Otherwise when you run `tox` this test will create a `data.fs` using
    Python 2 and then the same test will fail on Python 3 because there
    already is a `data.fs` in the current working directory, but it has an
    incompatible format.
    9266c3db
test_client_side_conflict_resolution.py 5.19 KB