1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-27 21:21:32 -04:00
metrik/conftest.py

10 lines
140 B
Python
Raw Normal View History

2016-08-16 17:31:12 -04:00
import sys
def pytest_configure(config):
sys._called_from_test = True
def pytest_unconfigure(config):
del sys._called_from_test