aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-18 18:02:16 +0200
committerAymeric Augustin2013-10-18 18:02:16 +0200
commit7196171fadb3478b660451bed344bf13c270f9af (patch)
tree1803888e05e0119793bb188f3b5ef6ceba7ae802 /tests/tests.py
parent186fcb318a87e6e89add597b8dc2d8443a765bc8 (diff)
downloaddjango-debug-toolbar-7196171fadb3478b660451bed344bf13c270f9af.tar.bz2
Oops, remove debug.
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 9194325..5886c12 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -194,8 +194,6 @@ class DebugToolbarIntegrationTestCase(TestCase):
def test_xml_validation(self):
response = self.client.get('/regular/XML/')
- with open('/tmp/blah.html', 'wb') as f:
- f.write(response.content)
ET.fromstring(response.content) # shouldn't raise ParseError