Build test for html5-parser

This commit is contained in:
Kovid Goyal 2017-06-11 11:19:26 +05:30
parent 09217dd851
commit 24bb216667
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -69,6 +69,10 @@ class BuildTest(unittest.TestCase):
from calibre.ebooks.oeb.polish.parsing import parse_html5 from calibre.ebooks.oeb.polish.parsing import parse_html5
parse_html5('<p>xxx') parse_html5('<p>xxx')
def test_html5_parser(self):
from html5_parser import parse
parse('<p>xxx')
def test_plugins(self): def test_plugins(self):
exclusions = set() exclusions = set()
if is_ci: if is_ci: