Private
Public Access
1
0
This commit is contained in:
2024-05-21 08:51:50 +02:00
parent 7733298f5c
commit 59ab7aaae4
10 changed files with 91 additions and 26 deletions

View File

@@ -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(),

View File

@@ -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,

View File

@@ -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)

View File

@@ -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',

Binary file not shown.