Insight_UX_1.0 / tests /conftest.py
Aryaman25's picture
Update Insight_UX_1.0 with latest changes: add auth, participants, tests, and dev requirements
f9609df
Raw
History Blame Contribute Delete
297 Bytes
import sys
import os
# auth.py/participants.py/analysis.py live at the project root, not in a
# package -- this is the one place that needs to know that, instead of
# every test file repeating its own sys.path hack.
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))