back to notes

hack to insert package root into path when running py.test

$ cat tests/conftest.py
import sys, os
sys.path.insert(0, os.path.abspath(os.getcwd()))


last updated august 2016