passes tests but doesn't clean up all temp
This commit is contained in:
@@ -21,6 +21,8 @@ redis_connection = StrictRedis()
|
||||
|
||||
from rowers.models import User,Rower
|
||||
|
||||
from statements import *
|
||||
|
||||
@pytest.mark.django_db
|
||||
class AdminTests(TestCase):
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user