test for 404 when we don't have a package

This commit is contained in:
Ralf Schmitt 2011-09-01 01:38:22 +02:00
parent 16684872d0
commit 219497b555
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ def test_no_fallback(root):
core.config.redirect_to_fallback = False
final_url = go("/simple/pypiserver/")
assert final_url == "http://localhost:8080/simple/pypiserver/"
code(404)
def test_serve_no_dotfiles(root):