"""Ensure that tests always run with Environment set to 'test'.""" import os os.environ['Environment'] = 'test'