coverage
This commit is contained in:
@@ -587,7 +587,7 @@ class ChallengesTest(TestCase):
|
||||
}
|
||||
|
||||
form = CourseSelectForm(formdata)
|
||||
|
||||
|
||||
self.assertTrue(form.is_valid())
|
||||
|
||||
response = self.c.post(url, formdata, follow=True)
|
||||
@@ -817,6 +817,7 @@ class ChallengesTest(TestCase):
|
||||
'yparam': 'spm',
|
||||
'plottype': 'line',
|
||||
'teamid':0,
|
||||
'course':self.ThyroBaantje.id,
|
||||
}
|
||||
form = ChartParamChoiceForm(form_data)
|
||||
self.assertTrue(form.is_valid())
|
||||
@@ -833,6 +834,7 @@ class ChallengesTest(TestCase):
|
||||
'yparam': 'spm',
|
||||
'plottype': 'line',
|
||||
'teamid':0,
|
||||
'course':self.ThyroBaantje.id
|
||||
}
|
||||
form = ChartParamChoiceForm(form_data)
|
||||
self.assertTrue(form.is_valid())
|
||||
|
||||
Reference in New Issue
Block a user