Skip to content

Instantly share code, notes, and snippets.

@devhero
Created April 30, 2018 07:19
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 devhero/94e50a4843251807f4a1b18c093fca82 to your computer and use it in GitHub Desktop.
Save devhero/94e50a4843251807f4a1b18c093fca82 to your computer and use it in GitHub Desktop.
django client request testing
from django.test.client import Client
client = Client()
response = client.get(some_url)
request = response.wsgi_request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment