mocking myqueue in most tests
This commit is contained in:
@@ -4,6 +4,7 @@ from statements import *
|
||||
nu = datetime.datetime.now()
|
||||
|
||||
#@pytest.mark.django_db
|
||||
@override_settings(TESTING=True)
|
||||
class NewUserRegistrationTest(TestCase):
|
||||
def setUp(self):
|
||||
self.c = Client()
|
||||
|
||||
Reference in New Issue
Block a user