removing some warnings
This commit is contained in:
@@ -34,6 +34,9 @@ class AsyncTaskTests(TestCase):
|
||||
|
||||
self.c = Client()
|
||||
self.user_workouts = WorkoutFactory.create_batch(5, user=self.r)
|
||||
for w in self.user_workouts:
|
||||
res = dataprep.setcp(w)
|
||||
|
||||
self.factory = RequestFactory()
|
||||
self.password = faker.word()
|
||||
self.u.set_password(self.password)
|
||||
|
||||
Reference in New Issue
Block a user