diff options
| author | Sean Brant | 2013-07-13 11:04:03 -0500 | 
|---|---|---|
| committer | Sean Brant | 2013-07-13 11:04:03 -0500 | 
| commit | b06b90f81adcb2405a843fb56cf7b3caedd139b5 (patch) | |
| tree | be04d54e0fbb470ab2cf88001eeca9da47e96e58 /tests | |
| parent | 73d60d7dfec96a9f4f594a2559574ca1fe91adb5 (diff) | |
| download | pykss-b06b90f81adcb2405a843fb56cf7b3caedd139b5.tar.bz2 | |
Removes commented out testcase
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_contrib/test_django/test_templatetags/test_pykss.py | 5 | 
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): | 
