Skip to content

Commit

Permalink
remove commented test code
Browse files Browse the repository at this point in the history
  • Loading branch information
george.whewell committed Jan 27, 2015
1 parent 8b58ed3 commit ee4686b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def test_sample_mocked(self):
self.assertEqual(
responses.calls[0].request.url,
gdocs_format.format(key=sample_key))
# with open(sample_output, 'w') as h:
# h.write(output)
self.assertEqual(output, open(sample_output).read())

@responses.activate
Expand Down

0 comments on commit ee4686b

Please sign in to comment.