From 201b27386ddb5bc3ea2159d4cd28536f52c2a1b6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Jun 2017 08:23:29 +0530 Subject: [PATCH] pep8 --- src/calibre/ebooks/oeb/polish/tests/parsing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/oeb/polish/tests/parsing.py b/src/calibre/ebooks/oeb/polish/tests/parsing.py index 64d70348ed..9b967cbdf4 100644 --- a/src/calibre/ebooks/oeb/polish/tests/parsing.py +++ b/src/calibre/ebooks/oeb/polish/tests/parsing.py @@ -159,6 +159,7 @@ def comments(test, parse_function): test.assertEqual(len(XPath('//h:body')(root)), 1, 'Failed to parse with comment containing dashes') test.assertEqual(len(tuple(root.iterdescendants(etree.Comment))), 1) + basic_checks = (nonvoid_cdata_elements, namespaces, space_characters, case_insensitive_element_names, entities, comments, multiple_html_and_body, attribute_replacement)