aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_app.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_app.py b/test/test_app.py
index da6431c9..e7c1c085 100644
--- a/test/test_app.py
+++ b/test/test_app.py
@@ -7,6 +7,10 @@ class TestApp(tutils.DaemonTests):
assert r.status_code == 200
assert r.content
+ def test_about(self):
+ r = self.getpath("/about")
+ assert r.ok
+
def test_docs(self):
assert self.getpath("/docs/pathod").status_code == 200
assert self.getpath("/docs/pathoc").status_code == 200