diff --git a/django_markdown/tests.py b/django_markdown/tests.py index 349575c..fc597f1 100644 --- a/django_markdown/tests.py +++ b/django_markdown/tests.py @@ -29,7 +29,6 @@ def test_markdown_util(self): self.assertEqual(html, expected) -# TODO status code check class DjangoMarkdownViewsTest(TestCase): def setUp(self):