From 32668884c834320d77ac03b3b05ae0acb54459ac Mon Sep 17 00:00:00 2001 From: jrconlin Date: Fri, 16 Mar 2018 09:43:29 -0700 Subject: [PATCH] bug: add missing setup_module() function to test_db Closes #1157 --- autopush/tests/test_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopush/tests/test_db.py b/autopush/tests/test_db.py index 7f849679..96da9e08 100644 --- a/autopush/tests/test_db.py +++ b/autopush/tests/test_db.py @@ -37,7 +37,7 @@ test_router = None -def setUp(): +def setup_module(): global test_router config = DDBTableConfig("router_test") test_router = Router(config, SinkMetrics(),