Skip to content

Instantly share code, notes, and snippets.

@jayd3e
Created July 28, 2014 01:41
Show Gist options
  • Save jayd3e/200d97c7361b7a6a1112 to your computer and use it in GitHub Desktop.
Save jayd3e/200d97c7361b7a6a1112 to your computer and use it in GitHub Desktop.
def setUp(self):
environ = {}
self.request = Request(environ)
self.config = testing.setUp(request=self.request,
settings=settings)
# call the main test app configuration
self.main(self.config, settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment