File diff d845332c7e4e → 5140ca64f6d2
tests/conftest.py
Show inline comments
 
new file 100644
 
import os
 

	
 
import pytest
 

	
 
from . import testutil
 

	
 
@pytest.fixture(scope='session', autouse=True)
 
def clean_environment():
 
    os.environ.pop('CONSERVANCY_REPOSITORY', None)