updated tests
This commit is contained in:
@@ -448,6 +448,7 @@ class DataTest(TestCase):
|
|||||||
'duration':'0:55:00.1',
|
'duration':'0:55:00.1',
|
||||||
'distance':8000,
|
'distance':8000,
|
||||||
'notes':'Aap noot \n mies',
|
'notes':'Aap noot \n mies',
|
||||||
|
'weightcategory':'lwt',
|
||||||
'workouttype':'water',
|
'workouttype':'water',
|
||||||
}
|
}
|
||||||
form = WorkoutForm(data=form_data)
|
form = WorkoutForm(data=form_data)
|
||||||
@@ -675,6 +676,7 @@ class ViewTest(TestCase):
|
|||||||
'timezone':'Europe/Berlin',
|
'timezone':'Europe/Berlin',
|
||||||
'duration':'1:00:00.5',
|
'duration':'1:00:00.5',
|
||||||
'distance':'15000',
|
'distance':'15000',
|
||||||
|
'weightcategory':'hwt',
|
||||||
'workouttype':'rower',
|
'workouttype':'rower',
|
||||||
'notes':'noot mies',
|
'notes':'noot mies',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user