diff options
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/routes.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |