"""Tests module.""" import os os.environ['Environment'] = 'test' os.environ['AWS_DEFAULT_REGION'] = 'us-east-1' os.environ['AWS_ACCESS_KEY_ID'] = 'testkeyid' os.environ['AWS_SECRET_ACCESS_KEY'] = 'testkey' os.environ['CLOUDSEARCH_ENDPOINT'] = 'http://test-cloudsearch-endpoint-tracks' os.environ['CLOUDSEARCH_ENDPOINT_PROJECTS'] =\ 'http://test-cloudsearch-endpoint-projects' os.environ['CLOUDSEARCH_ENDPOINT_RELEASES'] =\ 'http://test-cloudsearch-endpoint-releases' os.environ['KINESIS_STREAM_NAME'] = 'teststream'