From 24bb216667010c34d217bfe1f51404ecf5d6ec0a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 11 Jun 2017 11:19:26 +0530 Subject: [PATCH] Build test for html5-parser --- src/calibre/test_build.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 2903c3308f..9d80091f63 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -69,6 +69,10 @@ class BuildTest(unittest.TestCase): from calibre.ebooks.oeb.polish.parsing import parse_html5 parse_html5('

xxx') + def test_html5_parser(self): + from html5_parser import parse + parse('

xxx') + def test_plugins(self): exclusions = set() if is_ci: