From 95317172ddee2ea6f18512262f481dd7f6fede8b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Apr 2018 20:36:57 -0700 Subject: basic api+route views for editor/changelog --- tests/routes.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/routes.py') diff --git a/tests/routes.py b/tests/routes.py index 49afc5ce..e389a55f 100644 --- a/tests/routes.py +++ b/tests/routes.py @@ -32,3 +32,9 @@ def test_all_views(rich_app): rv = app.get('/editgroup/1') assert rv.status_code == 200 + + rv = app.get('/editor/admin') + assert rv.status_code == 200 + + rv = app.get('/editor/admin/changelog') + assert rv.status_code == 200 -- cgit v1.2.3