Added histogram for single workout
This commit is contained in:
@@ -425,6 +425,9 @@ class ViewTest(TestCase):
|
||||
response = self.c.get('/rowers/workout/1/interactiveplot', form_data, follow=True)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
response = self.c.get('/rowers/workout/1/histo', form_data, follow=True)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
||||
|
||||
w = Workout.objects.get(id=1)
|
||||
|
||||
Reference in New Issue
Block a user