From f6f0c66117cfe5db9fe1c68ad2451f148bdaeee0 Mon Sep 17 00:00:00 2001 From: Alkalit Date: Sun, 1 Mar 2015 14:15:20 +0500 Subject: [PATCH] TODO accomplished --- django_markdown/tests.py | 1 - 1 file changed, 1 deletion(-) 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):