Skip to content

Instantly share code, notes, and snippets.

@novel
Created February 14, 2010 07:02
Show Gist options
  • Save novel/303884 to your computer and use it in GitHub Desktop.
Save novel/303884 to your computer and use it in GitHub Desktop.
def test_that_stuff_blah(self):
request = HttpRequest()
request.path = "bebe/1/action"
request.method = "GET"
response = imported_view(request)
assert_equal(response.status_code, 200)
assert_true("something important" in response.content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment