Private
Public Access
1
0

getting all tests to pass, improved developers page

This commit is contained in:
2024-12-04 21:19:38 +01:00
parent 1daed90104
commit 13effe6cce
4 changed files with 42 additions and 16 deletions

View File

@@ -471,6 +471,14 @@ class OwnApi(TestCase):
gdproptin=True, ftpset=True,surveydone=True,
gdproptindate=timezone.now(),
rowerplan='pro',subscription_id=1)
self.c = Client()
self.user_workouts = WorkoutFactory.create_batch(5, user=self.r)
self.factory = RequestFactory()
self.password = faker.word()
self.u.set_password(self.password)
self.u.save()
self.factory = APIRequestFactory()
def test_strokedataform(self):