mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Build test for html5-parser
This commit is contained in:
parent
09217dd851
commit
24bb216667
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user