aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-04-01 23:02:03 +0900
committeripknHama <ipknhama@gmail.com>2014-04-03 08:29:22 +0900
commit4fdff79719af8d024f176bbdc03a57516e932602 (patch)
tree206ffe2e86c2ab5b4b5686804d9da4522bb77975
parent14bc6d0a479c0a0d108dc74ccc225f1212849495 (diff)
downloadcrow-4fdff79719af8d024f176bbdc03a57516e932602.tar.gz
crow-4fdff79719af8d024f176bbdc03a57516e932602.zip
test 404
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index ee45450..f6cc490 100644
--- a/test.py
+++ b/test.py
@@ -1,3 +1,4 @@
import urllib
assert "Hello World!" == urllib.urlopen('http://localhost:8080').read()
assert "About Flask example." == urllib.urlopen('http://localhost:8080/about').read()
+assert 404 == urllib.urlopen('http://localhost:8080/list').getcode()