mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
6 lines
109 B
Python
6 lines
109 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def class_tmpdir(request, tmpdir):
|
|
request.instance.tmpdir = str(tmpdir)
|