From d4e6c25d45f680df4f807805ce878b498a5fb0c5 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 25 Oct 2014 15:37:57 +1300 Subject: Update pyparsing --- test/test_app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_app.py') diff --git a/test/test_app.py b/test/test_app.py index f35def00..7c7ac730 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -1,7 +1,9 @@ import tutils + class TestApp(tutils.DaemonTests): SSL = False + def test_index(self): r = self.getpath("/") assert r.status_code == 200 @@ -78,4 +80,3 @@ class TestApp(tutils.DaemonTests): r = self.getpath("/request_preview", params=dict(spec="")) assert r.status_code == 200 assert 'empty spec' in r.content - -- cgit v1.2.3