Added missing file, refs #438

This commit is contained in:
Simon Willison 2019-05-01 22:10:23 -07:00
commit ad9de774f7

10
tests/conftest.py Normal file
View file

@ -0,0 +1,10 @@
def pytest_configure(config):
import sys
sys._called_from_test = True
def pytest_unconfigure(config):
import sys
del sys._called_from_test