2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-23 18:47:11 +00:00

8 lines
195 B
Python
Raw Normal View History

2018-07-27 10:18:29 -04:00
import pytest
2018-07-27 10:18:29 -04:00
@pytest.fixture(scope="session")
def shared_zone_test_context(request):
from shared_zone_test_context import SharedZoneTestContext
return SharedZoneTestContext("tmp.out")