aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-25 10:46:21 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-25 10:46:21 -0700
commitde3eefb2125c22661950ce21c2524b83e0688ea8 (patch)
treece647ebdb732bd179fcc4365729ac594a0e5011d /python/tests
parent3d53a6f8d3e42de68f0c142b2d1329a66a0b7924 (diff)
downloadfatcat-de3eefb2125c22661950ce21c2524b83e0688ea8.tar.gz
fatcat-de3eefb2125c22661950ce21c2524b83e0688ea8.zip
stats page
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/routes.py3
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