aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_contrib/test_django/test_templatetags/test_pykss.py5
1 files changed, 0 insertions, 5 deletions
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'], '<i class="main"></i>')
self.assertEqual(results['modifier_examples'][0], [':hover', '<i class="main pseudo-class-hover"></i>'])
-
-
-#class RenderStyleguideTestCase(TestCase):
-
-# def test_renders_correctly(self):