kopia lustrzana https://github.com/simonw/datasette
Added missing file, refs #438
rodzic
f553a67021
commit
ad9de774f7
|
@ -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
|
Ładowanie…
Reference in New Issue