coverage info
This commit is contained in:
@@ -83,6 +83,10 @@ class TrainingPlanTest(TestCase):
|
||||
response = self.c.get(urlplan)
|
||||
self.assertEqual(response.status_code,200)
|
||||
|
||||
url = reverse('rower_trainingplan_execution_view',kwargs={'id':1})
|
||||
response = self.c.get(url)
|
||||
self.assertEqual(response.status_code,200)
|
||||
|
||||
html = BeautifulSoup(response.content,'html.parser')
|
||||
urls = [a['href'] for a in html.find_all('a')]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user