From b06b90f81adcb2405a843fb56cf7b3caedd139b5 Mon Sep 17 00:00:00 2001 From: Sean Brant Date: Sat, 13 Jul 2013 11:04:03 -0500 Subject: Removes commented out testcase --- tests/test_contrib/test_django/test_templatetags/test_pykss.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') diff --git a/tests/test_contrib/test_django/test_templatetags/test_pykss.py b/tests/test_contrib/test_django/test_templatetags/test_pykss.py index 808992f..aacd26a 100644 --- a/tests/test_contrib/test_django/test_templatetags/test_pykss.py +++ b/tests/test_contrib/test_django/test_templatetags/test_pykss.py @@ -80,8 +80,3 @@ class StyleguideBlockTestCase(TestCase): self.assertEqual(results['modifiers'][0], [':hover', 'Highlights when hovering.']) self.assertEqual(results['example_html'], '') self.assertEqual(results['modifier_examples'][0], [':hover', '']) - - -#class RenderStyleguideTestCase(TestCase): - -# def test_renders_correctly(self): -- cgit v1.2.3