"""Theatrical integration test config.""" import sys domain = 'dev' flow_execution_timeout = 300 python_path = sys.executable application_path = './application.py' test_bucket_name = 'dev-cucumbers' test_bucket_path = 'film-transparency/theatrical/' source_files = [ '20160801-20160804-Theatrical.csv', '20160805-20160807-Theatrical.csv'] source_files_data = [ {'file_name': file_name, 'local_path': './integration_tests/flows/theatrical/fixtures/' '{}'.format(file_name), 's3_path': '{}/{}'.format(test_bucket_path, file_name)} for file_name in source_files] backfill_start_date = '2016-08-01' backfill_end_date = '2016-08-08' batch_dates = ['2016-08-06', '2016-08-10']