mklymyshyn / django-dtpanel-htmltidy

Custom panel form Django Debug Toolbar which display HTML Validation errors and warnings
BSD 3-Clause "New" or "Revised" License
45 stars 8 forks source link

Update debug_toolbar_htmltidy/tests/tests.py #7

Closed Narsil closed 10 years ago

Narsil commented 12 years ago

Hey, your tests can actually break others tests, because you don't clean up settings modifications. Here's a fix.

I modified through github so i did not properly test this fix.