Added missing file, refs #438

pull/443/head
Simon Willison 2019-05-01 22:10:23 -07:00
rodzic f553a67021
commit ad9de774f7
1 zmienionych plików z 10 dodań i 0 usunięć

10
tests/conftest.py 100644
Wyświetl plik

@ -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