"""Setup unit test environment.""" import sys import os # make sure tests can import the app code my_path = os.path.dirname(os.path.abspath(__file__)) sys.path.insert(0, my_path + '/../resources/')