mocking myqueue in most tests
This commit is contained in:
@@ -10,7 +10,7 @@ from rowers.utils import calculate_age
|
||||
import rowers.dataprep as dataprep
|
||||
|
||||
|
||||
|
||||
@override_settings(TESTING=True)
|
||||
class OTWCPChartTest(TestCase):
|
||||
def setUp(self):
|
||||
self.u = UserFactory()
|
||||
@@ -102,6 +102,7 @@ class OTWCPChartTest(TestCase):
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
||||
@override_settings(TESTING=True)
|
||||
class CPChartTest(TestCase):
|
||||
def setUp(self):
|
||||
self.u = UserFactory()
|
||||
|
||||
Reference in New Issue
Block a user