going through the tests
This commit is contained in:
@@ -35,7 +35,7 @@ class OtherUnitTests(TestCase):
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
defaulttimezone='US/Pacific',
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
|
||||
# Test get_dates_timeperiod
|
||||
@@ -172,7 +172,7 @@ class PlannedSessionTests(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
self.c = Client()
|
||||
self.user_workouts = WorkoutFactory.create_batch(5, user=self.r)
|
||||
@@ -430,7 +430,7 @@ class DataPrepTests(TestCase):
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
sex='male',
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
self.r.birthdate = timezone.now()-datetime.timedelta(days=25*365)
|
||||
self.r.defaulttimezone = 'Europe/Amsterdam'
|
||||
@@ -649,7 +649,7 @@ class InteractivePlotTests(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
self.c = Client()
|
||||
self.user_workouts = WorkoutFactory.create_batch(5, user=self.r)
|
||||
|
||||
Reference in New Issue
Block a user