Signlink / conftest.py
gaurannggg7's picture
test: add conftest.py to put project root on sys.path
62f41f4
Raw
History Blame Contribute Delete
67 Bytes
import sys
import os
sys.path.insert(0, os.path.dirname(__file__))