fixes
This commit is contained in:
@@ -95,6 +95,9 @@ class CPChartTest(TestCase):
|
||||
'distance': 500,
|
||||
'workouttype': 'rower',
|
||||
'boattype': '1x',
|
||||
'boatname': 'CatchUp',
|
||||
'empowerside': 'starboard',
|
||||
'seatnumber': 1,
|
||||
'weightcategory': 'hwt',
|
||||
'adaptiveclass': 'None',
|
||||
'notes': faker.text(),
|
||||
|
||||
@@ -1121,6 +1121,9 @@ class IndoorChallengesTest(TestCase):
|
||||
'adaptiveclass': 'None',
|
||||
'notes': faker.text(),
|
||||
'rankingpiece': True,
|
||||
'empowerside': 'port',
|
||||
'boatname': 'Dolfijn',
|
||||
'seatnumber': 1,
|
||||
'duplicate': False,
|
||||
'avghr': '160',
|
||||
'avgpwr': 0,
|
||||
|
||||
@@ -34,6 +34,9 @@ class DataTest(TestCase):
|
||||
'workouttype':'water',
|
||||
'rpe':1,
|
||||
'boattype':'1x',
|
||||
'boatname': 'BOAT1',
|
||||
'empowerside': 'port',
|
||||
'seatnumber': 4,
|
||||
'private':False,
|
||||
}
|
||||
form = WorkoutForm(data=form_data)
|
||||
|
||||
@@ -101,6 +101,9 @@ class ViewTest(TestCase):
|
||||
'rpe':4,
|
||||
'dragfactor':'112',
|
||||
'raceid':0,
|
||||
'seatnumber': 1,
|
||||
'boatname': '',
|
||||
'empowerside': 'port',
|
||||
'landingpage':'workout_edit_view',
|
||||
'private':True,
|
||||
'notes':'noot mies',
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user