From 596601380fc2911e25394b7675aa34f1cab761a9 Mon Sep 17 00:00:00 2001 From: Maurice van der Pot Date: Sat, 27 Feb 2016 00:47:55 +0100 Subject: Added a few empty lines in the test to satisfy flake8 --- tests/test_extensions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/test_extensions.py b/tests/test_extensions.py index e9b6112..30b21bb 100644 --- a/tests/test_extensions.py +++ b/tests/test_extensions.py @@ -11,6 +11,7 @@ from __future__ import unicode_literals import unittest import markdown + class TestCaseWithAssertStartsWith(unittest.TestCase): def assertStartsWith(self, expectedPrefix, text, msg=None): @@ -21,6 +22,7 @@ class TestCaseWithAssertStartsWith(unittest.TestCase): repr(text)) self.fail(self._formatMessage(msg, standardMsg)) + class TestExtensionClass(unittest.TestCase): """ Test markdown.extensions.Extension. """ @@ -94,6 +96,7 @@ class TestAbbr(unittest.TestCase): 'and ABBR

' ) + class TestCodeHilite(TestCaseWithAssertStartsWith): """ Test codehilite extension. """ -- cgit v1.2.3