Skip to content

Instantly share code, notes, and snippets.

@bdon
Created April 29, 2013 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdon/5479785 to your computer and use it in GitHub Desktop.
Save bdon/5479785 to your computer and use it in GitHub Desktop.
===================== FAILURES =====================
_____________________ test_web _____________________
def test_web():
resp = c.get('/')
> assert resp.status == '404'
E assert '200 OK' == '404'
E - 200 OK
E + 404
lib/test_snack_overflow.py:9: AssertionError
============= 1 failed in 0.24 seconds =============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment