"""Test for environment.""" from lambdacommon import common_config def test_environment_is_test(): """Ensure test environment.""" assert common_config.ENVIRONMENT == 'test', 'Tests has to be run in test environment'