1# tests/conftest.py 2import sys 3import os 4 5sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))