Private
Public Access
1
0

fixes, test_aworkouts misbehaving

This commit is contained in:
Sander Roosendaal
2020-10-16 18:07:02 +02:00
parent 4c0f165dda
commit 7109f5aa88
4 changed files with 58 additions and 46 deletions

View File

@@ -158,6 +158,8 @@ class BoxPlotTest(TestCase):
options['userid'] = 1
options['plotfield'] = 'spm'
options['rankingonly'] = False
options['cpfit'] = 'data'
options['piece'] = 4
session = self.c.session
session['options'] = options
@@ -1065,6 +1067,8 @@ class WorkoutStatsTestNew(TestCase):
'spmmax':55,
'workmin':0,
'workmax':1500,
'cpfit':'data',
'piece': 4,
'includereststrokes':False,
'modality':'all',
'waterboattype':['1x','2x','4x'],