summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-16 10:07:14 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-16 10:29:59 -0700
commit98d42e50e3c365b8bb5e8c3f6b12b59633a31ebd (patch)
tree793125d3c8c513b1bcdd699ecb84fd7bfa05e097 /run_tests.py
parent9037e6f3df93a03f7dc3ba8990bf68b7ace17aaf (diff)
downloadtrove-98d42e50e3c365b8bb5e8c3f6b12b59633a31ebd.tar.gz
Migrate to flake8.
Fixes bug 1172444 Change-Id: I09e1e2d03f41a175aa39760b5fc560ed0d9d30a5
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index f37a4c13..e03a81b5 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -117,7 +117,8 @@ if __name__ == "__main__":
app = initialize_reddwarf(config_file)
# Initialize sqlite database.
initialize_database()
- # Swap out WSGI, httplib, and several sleep functions with test doubles.
+ # Swap out WSGI, httplib, and several sleep functions
+ # with test doubles.
initialize_fakes(app)
# Initialize the test configuration.
test_config_file = parse_args_for_test_config()