From 7196171fadb3478b660451bed344bf13c270f9af Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 18 Oct 2013 18:02:16 +0200 Subject: Oops, remove debug. --- tests/tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3