Skip to content

Instantly share code, notes, and snippets.

@ggarber
Created March 31, 2012 14:19
Show Gist options
  • Save ggarber/2265395 to your computer and use it in GitHub Desktop.
Save ggarber/2265395 to your computer and use it in GitHub Desktop.
Improve readable djanto tests
@authorize
def invalid():
get(URL,x,x,y)
assert_response(200, xpath)
assert_db(Users.objects.find('xxx'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment