vdirsyncer/tests/storage/conftest.py
Markus Unterwaditzer 03b6d11ac8 Deduplication
2014-03-09 17:08:07 +01:00

6 lines
109 B
Python

import pytest
@pytest.fixture
def class_tmpdir(request, tmpdir):
request.instance.tmpdir = str(tmpdir)