Add a build test for soupsieve

This commit is contained in:
Kovid Goyal 2019-04-12 13:57:16 +05:30
parent 1c132c22a3
commit a8da128259
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -73,6 +73,10 @@ class BuildTest(unittest.TestCase):
from html5_parser import parse
parse('<p>xxx')
def test_soupsieve(self):
import soupsieve
del soupsieve
def test_plugins(self):
exclusions = set()
if is_ci: