improved workout edit form
This commit is contained in:
@@ -450,6 +450,8 @@ class DataTest(TestCase):
|
||||
'notes':'Aap noot \n mies',
|
||||
'weightcategory':'lwt',
|
||||
'workouttype':'water',
|
||||
'boattype':'1x',
|
||||
'private':False,
|
||||
}
|
||||
form = WorkoutForm(data=form_data)
|
||||
self.assertTrue(form.is_valid())
|
||||
@@ -680,6 +682,8 @@ class ViewTest(TestCase):
|
||||
'distance':'15000',
|
||||
'weightcategory':'hwt',
|
||||
'workouttype':'rower',
|
||||
'boattype':'1x',
|
||||
'private':True,
|
||||
'notes':'noot mies',
|
||||
}
|
||||
form = WorkoutForm(data=form_data)
|
||||
|
||||
Reference in New Issue
Block a user