"""Setup unit test environment.""" import sys import os import test_constants # make sure tests can import the app code my_path = os.path.dirname(os.path.abspath(__file__)) sys.path.insert(0, my_path + '/../../src/') # set expected config environment variables to test constants