Skip to content

Commit

Permalink
couple minor format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Jacob committed Jul 1, 2010
1 parent 333e5ee commit 92b2e08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flaskext/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def _pre_setup(self):
self.app.response_class = _make_test_response(self.app.response_class)

self.client = self.app.test_client()

# now you can use flask thread locals

self._ctx = self.app.test_request_context()
self._ctx.push()
Expand All @@ -81,7 +79,6 @@ def assertRedirects(self, response, location):
def assertStatus(self, response, status_code):
self.assertEqual(response.status_code, status_code)


assert_status = assertStatus

def assert200(self, response):
Expand Down

0 comments on commit 92b2e08

Please sign in to comment.