push
github
Replace html5lib with html5rdf, make it an optional dependency (#2951) * Revert previous commit that made html support non-optional. html support is now optional again, and it uses html5rdf rather than html5lib/html5lib-modern. * Revert "Auxiliary commit to revert individual files from 18d1d70d3" This reverts commit 6f80ad9cd. * Add html5lib-modern back into dockerfile dependencies so the docker image can be built with the released rdflib v7.1.0 * Reformat test file again. * lxml is not actually required for operation of html5rdf * Fix differences in compariston of XML and HTML nodes when html5rdf is used vs when it is not used. * Add correct type hint to _XML_COMPARABLE variable. * Fix logic in using non-ill-typed XML literals for comparison
6121 of 7739 branches covered (79.09%)
17 of 17 new or added lines in 1 file covered. (100.0%)
3 existing lines in 1 file now uncovered.19820 of 21953 relevant lines covered (90.28%)
11.44 hits per line