test the problems page

main
eric 2023-04-27 17:06:28 -04:00
parent 2f1328157a
commit 97b3c499ad
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ class PageTests(TestCase):
self.assertEqual(r.status_code, 200)
r = self.client.get("/providers/elibrary.duncker-humblot.com/")
self.assertEqual(r.status_code, 200)
r = self.client.get("/problems/")
self.assertEqual(r.status_code, 200)
sample_doab = 'oai:doab-books:20.500.12854/25850'