diff --git a/tests/test_autodocsumm.py b/tests/test_autodocsumm.py index 55badfa..dfe4e5b 100644 --- a/tests/test_autodocsumm.py +++ b/tests/test_autodocsumm.py @@ -162,7 +162,7 @@ def test_module_with_title(self, app): assert ( '\'Should ' 'be ' - 'skipped\'', + 'skipped\'' ) not in html else: assert 'Should be skipped' not in html @@ -173,13 +173,13 @@ def test_module_with_title(self, app): '\'Should ' 'also ' 'be ' - 'included\'', + 'included\'' ) in html assert ( '\'Should ' 'also ' 'be ' - 'skipped\'', + 'skipped\'' ) not in html else: assert 'Should also be skipped' not in html @@ -237,7 +237,7 @@ def test_class(self, app): assert ( '\'Should ' 'be ' - 'included\'', + 'included\'' ) in html assert 'DummySection' in html