From de3eefb2125c22661950ce21c2524b83e0688ea8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 25 Jun 2018 10:46:21 -0700 Subject: stats page --- python/tests/routes.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/tests/routes.py') diff --git a/python/tests/routes.py b/python/tests/routes.py index f92df54c..ec4eaf12 100644 --- a/python/tests/routes.py +++ b/python/tests/routes.py @@ -88,3 +88,6 @@ def test_all_views(app): rv = app.get('/editor/admin/changelog') assert rv.status_code == 200 + + rv = app.get('/stats') + assert rv.status_code == 200 -- cgit v1.2.3