"""base module.""" import os import sys sys.path.append(os.path.join(os.path.dirname(__file__), '../../src')) os.environ['Environment'] = 'test'