>>> py3-lxml: Building main/py3-lxml 4.9.2-r4 (using abuild 3.11.0_rc13-r0) started Fri, 28 Apr 2023 23:57:48 +0000 >>> py3-lxml: Checking sanity of /home/buildozer/aports/main/py3-lxml/APKBUILD... >>> py3-lxml: Analyzing dependencies... >>> py3-lxml: Installing for build: build-base cython libxml2-dev libxslt-dev py3-setuptools python3-dev (1/32) Installing libbz2 (1.0.8-r5) (2/32) Installing libffi (3.4.4-r2) (3/32) Installing gdbm (1.23-r1) (4/32) Installing xz-libs (5.4.2-r1) (5/32) Installing mpdecimal (2.5.1-r2) (6/32) Installing libpanelw (6.4_p20230424-r0) (7/32) Installing readline (8.2.1-r1) (8/32) Installing sqlite-libs (3.41.2-r2) (9/32) Installing python3 (3.11.3-r10) (10/32) Installing python3-pycache-pyc0 (3.11.3-r10) (11/32) Installing pyc (0.1-r0) (12/32) Installing cython-pyc (0.29.34-r2) (13/32) Installing python3-pyc (3.11.3-r10) (14/32) Installing cython (0.29.34-r2) (15/32) Installing zlib-dev (1.2.13-r1) (16/32) Installing xz (5.4.2-r1) (17/32) Installing xz-dev (5.4.2-r1) (18/32) Installing libxml2 (2.11.0-r0) (19/32) Installing libxml2-utils (2.11.0-r0) (20/32) Installing libxml2-dev (2.11.0-r0) (21/32) Installing libgpg-error (1.47-r1) (22/32) Installing libgcrypt (1.10.2-r1) (23/32) Installing libxslt (1.1.37-r4) (24/32) Installing libxslt-dev (1.1.37-r4) (25/32) Installing py3-parsing (3.0.9-r2) (26/32) Installing py3-parsing-pyc (3.0.9-r2) (27/32) Installing py3-packaging (23.1-r1) (28/32) Installing py3-packaging-pyc (23.1-r1) (29/32) Installing py3-setuptools (67.7.2-r0) (30/32) Installing py3-setuptools-pyc (67.7.2-r0) (31/32) Installing python3-dev (3.11.3-r10) (32/32) Installing .makedepends-py3-lxml (20230428.235748) Executing busybox-1.36.0-r8.trigger OK: 555 MiB in 131 packages >>> py3-lxml: Cleaning up srcdir >>> py3-lxml: Cleaning up pkgdir >>> py3-lxml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lxml-4.9.2.tar.gz >>> py3-lxml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lxml-4.9.2.tar.gz >>> py3-lxml: Checking sha512sums... lxml-4.9.2.tar.gz: OK libxml-2.10.4.patch: OK libxml-2.11.0.patch: OK tests-fix-encoding-name.patch: OK >>> py3-lxml: Unpacking /var/cache/distfiles/edge/lxml-4.9.2.tar.gz... >>> py3-lxml: libxml-2.10.4.patch patching file src/lxml/tests/test_etree.py >>> py3-lxml: libxml-2.11.0.patch patching file src/lxml/tests/test_io.py >>> py3-lxml: tests-fix-encoding-name.patch patching file src/lxml/tests/test_incremental_xmlfile.py warning: src/lxml/xmlerror.pxi:657:22: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:658:69: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:659:20: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:664:22: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:665:73: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:666:20: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:671:22: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:672:73: local variable 'args' referenced before assignment warning: src/lxml/xmlerror.pxi:673:20: local variable 'args' referenced before assignment Building lxml version 4.9.2. Building with Cython 0.29.34. Building against libxml2 2.11.0 and libxslt 1.1.37 Compiling src/lxml/etree.pyx because it depends on /usr/lib/python3.11/site-packages/Cython/Includes/libc/string.pxd. Compiling src/lxml/objectify.pyx because it depends on /usr/lib/python3.11/site-packages/Cython/Includes/libc/string.pxd. [1/2] Cythonizing src/lxml/etree.pyx [2/2] Cythonizing src/lxml/objectify.pyx running build running build_py creating build creating build/lib.linux-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/__init__.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/pyclasslookup.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/ElementInclude.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/_elementpath.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/usedoctest.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/sax.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/cssselect.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/doctestcompare.py -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/builder.py -> build/lib.linux-aarch64-cpython-311/lxml creating build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/__init__.py -> build/lib.linux-aarch64-cpython-311/lxml/includes creating build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/__init__.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/_html5builder.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/html5parser.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/_setmixin.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/usedoctest.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/formfill.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/_diffcommand.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/ElementSoup.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/soupparser.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/clean.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/diff.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/builder.py -> build/lib.linux-aarch64-cpython-311/lxml/html copying src/lxml/html/defs.py -> build/lib.linux-aarch64-cpython-311/lxml/html creating build/lib.linux-aarch64-cpython-311/lxml/isoschematron copying src/lxml/isoschematron/__init__.py -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron copying src/lxml/etree.h -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/etree_api.h -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/lxml.etree.h -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/lxml.etree_api.h -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/etree.pyx -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/objectify.pyx -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/cleanup.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/readonlytree.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/schematron.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/relaxng.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/xslt.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/xinclude.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/extensions.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/classlookup.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/parser.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/xpath.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/xmlerror.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/nsclasses.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/serializer.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/docloader.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/apihelpers.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/xmlschema.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/parsertarget.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/debug.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/objectpath.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/dtd.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/xmlid.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/xsltext.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/saxparser.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/public-api.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/iterparse.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/proxy.pxi -> build/lib.linux-aarch64-cpython-311/lxml copying src/lxml/includes/relaxng.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/config.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/c14n.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/xpath.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/xslt.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/uri.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/__init__.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/schematron.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/tree.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/xinclude.pxd -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/lxml-version.h -> build/lib.linux-aarch64-cpython-311/lxml/includes copying src/lxml/includes/etree_defs.h -> build/lib.linux-aarch64-cpython-311/lxml/includes creating build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources creating build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/rng copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/rng creating build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl creating build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 running build_ext building 'lxml.etree' extension creating build/temp.linux-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/src creating build/temp.linux-aarch64-cpython-311/src/lxml gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc/lxml -Isrc/lxml/includes -I/usr/include/libxml2 -Isrc -I/usr/include/python3.11 -c src/lxml/etree.c -o build/temp.linux-aarch64-cpython-311/src/lxml/etree.o -w gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/lxml/etree.o -L/usr/lib -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-aarch64-cpython-311/lxml/etree.cpython-311-aarch64-linux-musl.so building 'lxml.objectify' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc/lxml/includes -I/usr/include/libxml2 -Isrc -I/usr/include/python3.11 -c src/lxml/objectify.c -o build/temp.linux-aarch64-cpython-311/src/lxml/objectify.o -w gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/lxml/objectify.o -L/usr/lib -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-aarch64-cpython-311/lxml/objectify.cpython-311-aarch64-linux-musl.so building 'lxml.builder' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.11 -c src/lxml/builder.c -o build/temp.linux-aarch64-cpython-311/src/lxml/builder.o -w gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/lxml/builder.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/lxml/builder.cpython-311-aarch64-linux-musl.so building 'lxml._elementpath' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.11 -c src/lxml/_elementpath.c -o build/temp.linux-aarch64-cpython-311/src/lxml/_elementpath.o -w gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/lxml/_elementpath.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/lxml/_elementpath.cpython-311-aarch64-linux-musl.so building 'lxml.html.diff' extension creating build/temp.linux-aarch64-cpython-311/src/lxml/html gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.11 -c src/lxml/html/diff.c -o build/temp.linux-aarch64-cpython-311/src/lxml/html/diff.o -w gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/lxml/html/diff.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/lxml/html/diff.cpython-311-aarch64-linux-musl.so building 'lxml.html.clean' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.11 -c src/lxml/html/clean.c -o build/temp.linux-aarch64-cpython-311/src/lxml/html/clean.o -w gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/lxml/html/clean.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/lxml/html/clean.cpython-311-aarch64-linux-musl.so building 'lxml.sax' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.11 -c src/lxml/sax.c -o build/temp.linux-aarch64-cpython-311/src/lxml/sax.o -w gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -flto=auto -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/lxml/sax.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/lxml/sax.cpython-311-aarch64-linux-musl.so python3 setup.py build_ext -i --with-cython --warnings -j7 Building lxml version 4.9.2. Building with Cython 0.29.34. Building against libxml2 2.11.0 and libxslt 1.1.37 running build_ext copying build/lib.linux-aarch64-cpython-311/lxml/etree.cpython-311-aarch64-linux-musl.so -> src/lxml copying build/lib.linux-aarch64-cpython-311/lxml/objectify.cpython-311-aarch64-linux-musl.so -> src/lxml copying build/lib.linux-aarch64-cpython-311/lxml/builder.cpython-311-aarch64-linux-musl.so -> src/lxml copying build/lib.linux-aarch64-cpython-311/lxml/_elementpath.cpython-311-aarch64-linux-musl.so -> src/lxml copying build/lib.linux-aarch64-cpython-311/lxml/html/diff.cpython-311-aarch64-linux-musl.so -> src/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/clean.cpython-311-aarch64-linux-musl.so -> src/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/sax.cpython-311-aarch64-linux-musl.so -> src/lxml python3 test.py -p -v 1/1966 ( 0.1%): txt (test_autolink) Doctest: test_autolink.txt 2/1966 ( 0.1%): txt (test_basic) Doctest: test_basic.txt 3/1966 ( 0.2%): Classes (lxml.html) Doctest: lxml.html.Classes 4/1966 ( 0.2%): drop_tag (...mlMixin) Doctest: lxml.html.HtmlMixin.drop_tag 5/1966 ( 0.3%): XHTMLParser (lxml.html) Doctest: lxml.html.XHTMLParser 6/1966 ( 0.3%): tostring (lxml.html) Doctest: lxml.html.tostring 7/1966 ( 0.4%): test_set_empty_attribute (...ures.test_set_empty_attribute) 8/1966 ( 0.4%): test_various_mixins (...tBasicFeatures.test_various_mixins) 9/1966 ( 0.5%): txt (test_clean) Doctest: test_clean.txt 10/1966 ( 0.5%): txt (test_clean_embed) Doctest: test_clean_embed.txt 11/1966 ( 0.6%): test_allow_and_remove (...leanerTest.test_allow_and_remove) 12/1966 ( 0.6%): test_allow_tags (...test_clean.CleanerTest.test_allow_tags) 13/1966 ( 0.7%): test_clean_invalid_root_tag (...est_clean_invalid_root_tag) 14/1966 ( 0.7%): test_clean_with_comments (...Test.test_clean_with_comments) 15/1966 ( 0.8%): test_formaction_attribute_in_button_input (...button_input) 16/1966 ( 0.8%): test_image_data_links (...leanerTest.test_image_data_links) 17/1966 ( 0.9%): test_image_data_links_in_style (...age_data_links_in_style) 18/1966 ( 0.9%): test_remove_unknown_tags (...Test.test_remove_unknown_tags) 19/1966 ( 1.0%): test_safe_attrs_excluded (...Test.test_safe_attrs_excluded) 20/1966 ( 1.0%): test_safe_attrs_included (...Test.test_safe_attrs_included) 21/1966 ( 1.1%): test_sneaky_import_in_style (...est_sneaky_import_in_style) 22/1966 ( 1.1%): test_sneaky_js_in_math_style (...t_sneaky_js_in_math_style) 23/1966 ( 1.2%): test_sneaky_noscript_in_style (...sneaky_noscript_in_style) 24/1966 ( 1.2%): test_sneaky_schemes_in_style (...t_sneaky_schemes_in_style) 25/1966 ( 1.3%): test_sneaky_urls_in_style (...st.test_sneaky_urls_in_style) 26/1966 ( 1.3%): test_svg_data_links (...an.CleanerTest.test_svg_data_links) 27/1966 ( 1.4%): txt (test_diff) Doctest: test_diff.txt 28/1966 ( 1.4%): html_annotate (...tml.diff.__test__.html_annotate (line 35) 29/1966 ( 1.5%): locate_unbalanced_start (...ate_unbalanced_start (line 365) 30/1966 ( 1.5%): html_annotate (...ff) Doctest: lxml.html.diff.html_annotate 31/1966 ( 1.6%): locate_unbalanced_start (...ml.diff.locate_unbalanced_start 32/1966 ( 1.6%): runTest (...ts/feedparser-data/entry_content_onkeydown.data 33/1966 ( 1.7%): runTest (...tests/feedparser-data/entry_content_iframe.data 34/1966 ( 1.7%): runTest (.../tests/feedparser-data/entry_content_crazy.data 35/1966 ( 1.8%): runTest (...feedparser-data/entry_content_script_cdata.data 36/1966 ( 1.8%): runTest (...ests/feedparser-data/entry_content_onabort.data 37/1966 ( 1.9%): runTest (.../tests/feedparser-data/entry_content_frame.data 38/1966 ( 1.9%): runTest (...s/feedparser-data/entry_content_onkeypress.data 39/1966 ( 2.0%): runTest (...tests/feedparser-data/entry_content_onblur.data 40/1966 ( 2.0%): runTest (...tests/feedparser-data/entry_content_script.data 41/1966 ( 2.1%): runTest (...s/feedparser-data/entry_content_onmouseout.data 42/1966 ( 2.1%): runTest (...l/tests/feedparser-data/entry_content_meta.data 43/1966 ( 2.2%): runTest (...sts/feedparser-data/entry_content_onresize.data 44/1966 ( 2.2%): runTest (...tests/feedparser-data/entry_content_object.data 45/1966 ( 2.3%): runTest (...ts/feedparser-data/entry_content_onmouseup.data 46/1966 ( 2.3%): runTest (...s/feedparser-data/entry_content_ondblclick.data 47/1966 ( 2.4%): runTest (...ests/feedparser-data/entry_content_onfocus.data 48/1966 ( 2.4%): runTest (...sts/feedparser-data/entry_content_onunload.data 49/1966 ( 2.5%): runTest (...ests/feedparser-data/entry_content_onerror.data 50/1966 ( 2.5%): runTest (...tests/feedparser-data/entry_content_applet.data 51/1966 ( 2.6%): runTest (...ests/feedparser-data/entry_content_onclick.data 52/1966 ( 2.6%): runTest (...eedparser-data/entry_content_script_inline.data 53/1966 ( 2.7%): runTest (...ests/feedparser-data/entry_content_onkeyup.data 54/1966 ( 2.7%): runTest (.../tests/feedparser-data/entry_content_style.data 55/1966 ( 2.8%): runTest (.../tests/feedparser-data/entry_content_embed.data 56/1966 ( 2.8%): runTest (...sts/feedparser-data/entry_content_onsubmit.data 57/1966 ( 2.9%): runTest (.../feedparser-data/entry_content_onmousedown.data 58/1966 ( 3.0%): runTest (...tests/feedparser-data/entry_content_onload.data 59/1966 ( 3.0%): runTest (...l/tests/feedparser-data/entry_content_link.data 60/1966 ( 3.1%): runTest (.../tests/feedparser-data/entry_content_blink.data 61/1966 ( 3.1%): runTest (.../feedparser-data/entry_content_onmouseover.data 62/1966 ( 3.2%): runTest (...sts/feedparser-data/entry_content_onchange.data 63/1966 ( 3.2%): runTest (...ests/feedparser-data/entry_content_onreset.data 64/1966 ( 3.3%): runTest (...ml/tests/hackers-org-data/style-expression.data 65/1966 ( 3.3%): runTest (...l/html/tests/hackers-org-data/style-url-js.data 66/1966 ( 3.4%): runTest (...l/html/tests/hackers-org-data/style-js-tag.data 67/1966 ( 3.4%): runTest (.../html/tests/hackers-org-data/style-comment.data 68/1966 ( 3.5%): runTest (...sts/hackers-org-data/background-image-plus.data 69/1966 ( 3.5%): runTest (...html/tests/hackers-org-data/html-plus-time.data 70/1966 ( 3.6%): runTest (...l/html/tests/hackers-org-data/style-import.data 71/1966 ( 3.6%): runTest (...ml/tests/hackers-org-data/downlevel-hidden.data 72/1966 ( 3.7%): runTest (...tml/tests/hackers-org-data/xml-data-island.data 73/1966 ( 3.7%): runTest (...rs-org-data/background-image-with-unicoded.data 74/1966 ( 3.8%): runTest (...tml/tests/hackers-org-data/javascript-link.data 75/1966 ( 3.8%): runTest (...tml/tests/hackers-org-data/xml-embedded-js.data 76/1966 ( 3.9%): txt (test_formfill) Doctest: test_formfill.txt 77/1966 ( 3.9%): txt (test_forms) Doctest: test_forms.txt 78/1966 ( 4.0%): test_parse_fragments_fromstring (...e_fragments_fromstring) 79/1966 ( 4.0%): test_parse_fromstring (....FrameTest.test_parse_fromstring) 80/1966 ( 4.1%): test_integration (...rser.Test_HTMLParser.test_integration) 81/1966 ( 4.1%): test_integration (...ser.Test_XHTMLParser.test_integration) 82/1966 ( 4.2%): test_basic (...5parser.Test_document_fromstring.test_basic) 83/1966 ( 4.2%): test_guess_charset_arg_gets_passed_to_parser (...to_parser) 84/1966 ( 4.3%): test_guess_charset_not_used_for_unicode (...ed_for_unicode) 85/1966 ( 4.3%): test_integration (..._document_fromstring.test_integration) 86/1966 ( 4.4%): test_raises_type_error_on_nonstring_input (...string_input) 87/1966 ( 4.4%): test_basic (...5parser.Test_fragment_fromstring.test_basic) 88/1966 ( 4.5%): test_create_parent (...gment_fromstring.test_create_parent) 89/1966 ( 4.5%): test_create_parent_default_type_no_ns (...fault_type_no_ns) 90/1966 ( 4.6%): test_raises_error_if_multiple_elements_found (...nts_found) 91/1966 ( 4.6%): test_raises_error_if_no_elements_found (..._elements_found) 92/1966 ( 4.7%): test_raises_error_if_tail (...ng.test_raises_error_if_tail) 93/1966 ( 4.7%): test_raises_error_on_leading_text (...rror_on_leading_text) 94/1966 ( 4.8%): test_raises_type_error_on_nonstring_input (...string_input) 95/1966 ( 4.8%): test_basic (...parser.Test_fragments_fromstring.test_basic) 96/1966 ( 4.9%): test_guess_charset_arg_gets_passed_to_parser (...to_parser) 97/1966 ( 4.9%): test_guess_charset_not_used_for_unicode (...ed_for_unicode) 98/1966 ( 5.0%): test_integration (...fragments_fromstring.test_integration) 99/1966 ( 5.0%): test_no_leading_text_raises_error_if_leading_text (...text) 100/1966 ( 5.1%): test_no_leading_text_strips_empty_leading_text (...ng_text) 101/1966 ( 5.1%): test_raises_type_error_on_nonstring_input (...string_input) 102/1966 ( 5.2%): test_integration_single_fragment (...ation_single_fragment) 103/1966 ( 5.2%): test_integration_whole_doc (....test_integration_whole_doc) 104/1966 ( 5.3%): test_raises_type_error_on_nonstring_input (...string_input) 105/1966 ( 5.3%): test_returns_body_if_has_text (...returns_body_if_has_text) 106/1966 ( 5.4%): test_returns_body_if_single_element_has_tail (..._has_tail) 107/1966 ( 5.4%): test_returns_unwraps_body_if_single_element (...le_element) 108/1966 ( 5.5%): test_returns_whole_doc_if_head_not_empty (...ead_not_empty) 109/1966 ( 5.5%): test_returns_whole_doc_if_head_not_empty_no_ns (...y_no_ns) 110/1966 ( 5.6%): test_returns_whole_doc_if_input_contains_doctype (...ctype) 111/1966 ( 5.6%): test_returns_whole_doc_if_input_contains_html_tag (..._tag) 112/1966 ( 5.7%): test_returns_whole_doc_if_input_is_encoded (..._is_encoded) 113/1966 ( 5.7%): test_wraps_multiple_fragments_in_div_no_ns (...n_div_no_ns) 114/1966 ( 5.8%): test_wraps_multiple_fragments_in_span_no_ns (...span_no_ns) 115/1966 ( 5.8%): test_integration (...ml5parser.Test_parse.test_integration) 116/1966 ( 5.9%): test_with_file_name (...ser.Test_parse.test_with_file_name) 117/1966 ( 6.0%): test_with_file_object (...Test_parse.test_with_file_object) 118/1966 ( 6.0%): test_with_url (...est_html5parser.Test_parse.test_with_url) 119/1966 ( 6.1%): txt (test_rewritelinks) Doctest: test_rewritelinks.txt 120/1966 ( 6.1%): test_multiple_select_value_multiple_selected_options (...s) 121/1966 ( 6.2%): test_multiple_select_value_no_selected_option (...d_option) 122/1966 ( 6.2%): test_single_select_value_multiple_selected_options (...ons) 123/1966 ( 6.3%): test_single_select_value_no_options (...t_value_no_options) 124/1966 ( 6.3%): test_single_select_value_no_selected_option (...ted_option) 125/1966 ( 6.4%): txt (test_xhtml) Doctest: test_xhtml.txt 126/1966 ( 6.4%): test_build_from_xpath_result (...t_build_from_xpath_result) 127/1966 ( 6.5%): test_cdata (...sts.test_builder.BuilderTestCase.test_cdata) 128/1966 ( 6.5%): test_cdata_solo (...uilder.BuilderTestCase.test_cdata_solo) 129/1966 ( 6.6%): test_html_builder (...er.BuilderTestCase.test_html_builder) 130/1966 ( 6.6%): test_qname_tag (..._builder.BuilderTestCase.test_qname_tag) 131/1966 ( 6.7%): test_qname_tag_default_namespace (...tag_default_namespace) 132/1966 ( 6.7%): test_unknown_type_raises (...Case.test_unknown_type_raises) 133/1966 ( 6.8%): test_comment_base (...okup.ProxyTestCase.test_comment_base) 134/1966 ( 6.8%): test_element_base (...okup.ProxyTestCase.test_element_base) 135/1966 ( 6.9%): test_element_base_children (....test_element_base_children) 136/1966 ( 6.9%): test_pi_base (...st_classlookup.ProxyTestCase.test_pi_base) 137/1966 ( 7.0%): test_proxy_hashing (...up.ProxyTestCase.test_proxy_hashing) 138/1966 ( 7.0%): test_proxy_reuse (...lookup.ProxyTestCase.test_proxy_reuse) 139/1966 ( 7.1%): test_proxy_reuse_after_del_root (...y_reuse_after_del_root) 140/1966 ( 7.1%): test_proxy_reuse_after_gc (...se.test_proxy_reuse_after_gc) 141/1966 ( 7.2%): test_attribute_based_lookup (...est_attribute_based_lookup) 142/1966 ( 7.2%): test_class_lookup_reentry (...se.test_class_lookup_reentry) 143/1966 ( 7.3%): test_class_lookup_type_mismatch (...s_lookup_type_mismatch) 144/1966 ( 7.3%): test_custom_lookup (...ssLookupTestCase.test_custom_lookup) 145/1966 ( 7.4%): test_custom_lookup_ns_fallback (...stom_lookup_ns_fallback) 146/1966 ( 7.4%): test_default_class_lookup (...se.test_default_class_lookup) 147/1966 ( 7.5%): test_default_class_lookup_pull_parser (...okup_pull_parser) 148/1966 ( 7.5%): test_evil_class_lookup (...TestCase.test_evil_class_lookup) 149/1966 ( 7.6%): test_lookup_without_fallback (...t_lookup_without_fallback) 150/1966 ( 7.6%): test_namespace_lookup (...upTestCase.test_namespace_lookup) 151/1966 ( 7.7%): test_parser_based_lookup (...Case.test_parser_based_lookup) 152/1966 ( 7.7%): test_differing_attributes (...st.test_differing_attributes) 153/1966 ( 7.8%): test_differing_tags (...estCompareTest.test_differing_tags) 154/1966 ( 7.8%): test_equal_input (...e.DoctestCompareTest.test_equal_input) 155/1966 ( 7.9%): test_extra_attributes (...ompareTest.test_extra_attributes) 156/1966 ( 7.9%): test_extra_children (...estCompareTest.test_extra_children) 157/1966 ( 8.0%): test_missing_attributes (...reTest.test_missing_attributes) 158/1966 ( 8.0%): test_missing_children (...ompareTest.test_missing_children) 159/1966 ( 8.1%): test_tags_upper_lower_case (....test_tags_upper_lower_case) 160/1966 ( 8.1%): test_tags_upper_lower_case_html (..._upper_lower_case_html) 161/1966 ( 8.2%): test_clean_doctype (...ETreeDtdTestCase.test_clean_doctype) 162/1966 ( 8.2%): test_comment_before_dtd (...stCase.test_comment_before_dtd) 163/1966 ( 8.3%): test_declaration_apos (...tdTestCase.test_declaration_apos) 164/1966 ( 8.3%): test_declaration_escape_quote_pid (...ion_escape_quote_pid) 165/1966 ( 8.4%): test_declaration_quote_withoutpid (...ion_quote_withoutpid) 166/1966 ( 8.4%): test_dtd (lxml.tests.test_dtd.ETreeDtdTestCase.test_dtd) 167/1966 ( 8.5%): test_dtd_api_internal (...tdTestCase.test_dtd_api_internal) 168/1966 ( 8.5%): test_dtd_assertValid (...eDtdTestCase.test_dtd_assertValid) 169/1966 ( 8.6%): test_dtd_attrs (...est_dtd.ETreeDtdTestCase.test_dtd_attrs) 170/1966 ( 8.6%): test_dtd_broken (...t_dtd.ETreeDtdTestCase.test_dtd_broken) 171/1966 ( 8.7%): test_dtd_file (....test_dtd.ETreeDtdTestCase.test_dtd_file) 172/1966 ( 8.7%): test_dtd_file_pathlike (...TestCase.test_dtd_file_pathlike) 173/1966 ( 8.8%): test_dtd_internal (...d.ETreeDtdTestCase.test_dtd_internal) 174/1966 ( 8.9%): test_dtd_internal_invalid (...se.test_dtd_internal_invalid) 175/1966 ( 8.9%): test_dtd_invalid (...dtd.ETreeDtdTestCase.test_dtd_invalid) 176/1966 ( 9.0%): test_dtd_invalid_duplicate_id (...dtd_invalid_duplicate_id) 177/1966 ( 9.0%): test_dtd_parse_file_not_found (...dtd_parse_file_not_found) 178/1966 ( 9.1%): test_dtd_parse_invalid (...TestCase.test_dtd_parse_invalid) 179/1966 ( 9.1%): test_dtd_parse_valid (...eDtdTestCase.test_dtd_parse_valid) 180/1966 ( 9.2%): test_dtd_parse_valid_file_url (...dtd_parse_valid_file_url) 181/1966 ( 9.2%): test_dtd_parse_valid_relative (...dtd_parse_valid_relative) 182/1966 ( 9.3%): test_dtd_parse_valid_relative_file_url (...lative_file_url) 183/1966 ( 9.3%): test_dtd_stringio (...d.ETreeDtdTestCase.test_dtd_stringio) 184/1966 ( 9.4%): test_empty_decl (...t_dtd.ETreeDtdTestCase.test_empty_decl) 185/1966 ( 9.4%): test_entity_system_url (...TestCase.test_entity_system_url) 186/1966 ( 9.5%): test_entity_system_url_none (...est_entity_system_url_none) 187/1966 ( 9.5%): test_html_decl (...est_dtd.ETreeDtdTestCase.test_html_decl) 188/1966 ( 9.6%): test_ietf_decl (...est_dtd.ETreeDtdTestCase.test_ietf_decl) 189/1966 ( 9.6%): test_internal_dtds (...ETreeDtdTestCase.test_internal_dtds) 190/1966 ( 9.7%): test_invalid_decl_1 (...reeDtdTestCase.test_invalid_decl_1) 191/1966 ( 9.7%): test_invalid_decl_2 (...reeDtdTestCase.test_invalid_decl_2) 192/1966 ( 9.8%): test_iterparse_file_dtd_end (...est_iterparse_file_dtd_end) 193/1966 ( 9.8%): test_iterparse_file_dtd_start (...iterparse_file_dtd_start) 194/1966 ( 9.9%): test_parse_file_dtd (...reeDtdTestCase.test_parse_file_dtd) 195/1966 ( 9.9%): test_set_decl_public (...eDtdTestCase.test_set_decl_public) 196/1966 ( 10.0%): test_set_decl_system (...eDtdTestCase.test_set_decl_system) 197/1966 ( 10.0%): txt (validation) Doctest: validation.txt 198/1966 ( 10.1%): test_cache (...entpath.EtreeElementPathTestCase.test_cache) 199/1966 ( 10.1%): test_find (...) Test find methods (including xpath syntax). 200/1966 ( 10.2%): test_tokenizer (...EtreeElementPathTestCase.test_tokenizer) 201/1966 ( 10.2%): test_tokenizer_predicates (...se.test_tokenizer_predicates) 202/1966 ( 10.3%): test_xpath_tokenizer (...PathTestCase.test_xpath_tokenizer) 203/1966 ( 10.3%): test_ElementTree (...nttree.ETreeTestCase.test_ElementTree) 204/1966 ( 10.4%): test_XML (...tests.test_elementtree.ETreeTestCase.test_XML) 205/1966 ( 10.4%): test_XMLID (...s.test_elementtree.ETreeTestCase.test_XMLID) 206/1966 ( 10.5%): test_attrib (...test_elementtree.ETreeTestCase.test_attrib) 207/1966 ( 10.5%): test_attrib_as_attrib (...eeTestCase.test_attrib_as_attrib) 208/1966 ( 10.6%): test_attrib_clear (...tree.ETreeTestCase.test_attrib_clear) 209/1966 ( 10.6%): test_attrib_copy (...nttree.ETreeTestCase.test_attrib_copy) 210/1966 ( 10.7%): test_attrib_deepcopy (...TreeTestCase.test_attrib_deepcopy) 211/1966 ( 10.7%): test_attrib_dict (...nttree.ETreeTestCase.test_attrib_dict) 212/1966 ( 10.8%): test_attrib_get (...menttree.ETreeTestCase.test_attrib_get) 213/1966 ( 10.8%): test_attrib_ns_clear (...TreeTestCase.test_attrib_ns_clear) 214/1966 ( 10.9%): test_attrib_pop (...menttree.ETreeTestCase.test_attrib_pop) 215/1966 ( 10.9%): test_attrib_pop_default (...stCase.test_attrib_pop_default) 216/1966 ( 11.0%): test_attrib_pop_empty_default (...attrib_pop_empty_default) 217/1966 ( 11.0%): test_attrib_pop_invalid_args (...t_attrib_pop_invalid_args) 218/1966 ( 11.1%): test_attrib_pop_unknown (...stCase.test_attrib_pop_unknown) 219/1966 ( 11.1%): test_attrib_set_clear (...eeTestCase.test_attrib_set_clear) 220/1966 ( 11.2%): test_attribute_contains (...stCase.test_attribute_contains) 221/1966 ( 11.2%): test_attribute_items (...TreeTestCase.test_attribute_items) 222/1966 ( 11.3%): test_attribute_items2 (...eeTestCase.test_attribute_items2) 223/1966 ( 11.3%): test_attribute_items_ns (...stCase.test_attribute_items_ns) 224/1966 ( 11.4%): test_attribute_iterator (...stCase.test_attribute_iterator) 225/1966 ( 11.4%): test_attribute_keys (....ETreeTestCase.test_attribute_keys) 226/1966 ( 11.5%): test_attribute_keys2 (...TreeTestCase.test_attribute_keys2) 227/1966 ( 11.5%): test_attribute_keys_ns (...TestCase.test_attribute_keys_ns) 228/1966 ( 11.6%): test_attribute_manipulation (...est_attribute_manipulation) 229/1966 ( 11.6%): test_attribute_namespace_roundtrip (...namespace_roundtrip) 230/1966 ( 11.7%): test_attribute_namespace_roundtrip_replaced (...p_replaced) 231/1966 ( 11.7%): test_attribute_set (...ee.ETreeTestCase.test_attribute_set) 232/1966 ( 11.8%): test_attribute_str (...ee.ETreeTestCase.test_attribute_str) 233/1966 ( 11.9%): test_attribute_update_attrib (...t_attribute_update_attrib) 234/1966 ( 11.9%): test_attribute_update_dict (....test_attribute_update_dict) 235/1966 ( 12.0%): test_attribute_update_iter (....test_attribute_update_iter) 236/1966 ( 12.0%): test_attribute_update_sequence (...tribute_update_sequence) 237/1966 ( 12.1%): test_attribute_values (...eeTestCase.test_attribute_values) 238/1966 ( 12.1%): test_attribute_values_ns (...Case.test_attribute_values_ns) 239/1966 ( 12.2%): test_attribute_xmlns_move (...se.test_attribute_xmlns_move) 240/1966 ( 12.2%): test_attributes_get (....ETreeTestCase.test_attributes_get) 241/1966 ( 12.3%): test_clear (...s.test_elementtree.ETreeTestCase.test_clear) 242/1966 ( 12.3%): test_clear_sub (...lementtree.ETreeTestCase.test_clear_sub) 243/1966 ( 12.4%): test_clear_tail (...menttree.ETreeTestCase.test_clear_tail) 244/1966 ( 12.4%): test_comment (...st_elementtree.ETreeTestCase.test_comment) 245/1966 ( 12.5%): test_comment_getitem_getslice (...comment_getitem_getslice) 246/1966 ( 12.5%): test_comment_nonsense (...eeTestCase.test_comment_nonsense) 247/1966 ( 12.6%): test_comment_text (...tree.ETreeTestCase.test_comment_text) 248/1966 ( 12.6%): test_comment_whitespace (...stCase.test_comment_whitespace) 249/1966 ( 12.7%): test_crash (...s.test_elementtree.ETreeTestCase.test_crash) 250/1966 ( 12.7%): test_deepcopy (..._elementtree.ETreeTestCase.test_deepcopy) 251/1966 ( 12.8%): test_deepcopy_append (...TreeTestCase.test_deepcopy_append) 252/1966 ( 12.8%): test_deepcopy_comment (...eeTestCase.test_deepcopy_comment) 253/1966 ( 12.9%): test_deepcopy_elementtree (...se.test_deepcopy_elementtree) 254/1966 ( 12.9%): test_deepcopy_namespaces (...Case.test_deepcopy_namespaces) 255/1966 ( 13.0%): test_deepcopy_subelement (...Case.test_deepcopy_subelement) 256/1966 ( 13.0%): test_deepcopy_tail (...ee.ETreeTestCase.test_deepcopy_tail) 257/1966 ( 13.1%): test_del_attribute_ns (...eeTestCase.test_del_attribute_ns) 258/1966 ( 13.1%): test_del_attribute_ns_parsed (...t_del_attribute_ns_parsed) 259/1966 ( 13.2%): test_del_insert (...menttree.ETreeTestCase.test_del_insert) 260/1966 ( 13.2%): test_del_setitem (...nttree.ETreeTestCase.test_del_setitem) 261/1966 ( 13.3%): test_del_setslice (...tree.ETreeTestCase.test_del_setslice) 262/1966 ( 13.3%): test_delitem (...st_elementtree.ETreeTestCase.test_delitem) 263/1966 ( 13.4%): test_delitem_tail (...tree.ETreeTestCase.test_delitem_tail) 264/1966 ( 13.4%): test_delitem_tail_dealloc (...se.test_delitem_tail_dealloc) 265/1966 ( 13.5%): test_delslice (..._elementtree.ETreeTestCase.test_delslice) 266/1966 ( 13.5%): test_delslice_child_tail (...Case.test_delslice_child_tail) 267/1966 ( 13.6%): test_delslice_child_tail_dealloc (...ce_child_tail_dealloc) 268/1966 ( 13.6%): test_delslice_memory (...TreeTestCase.test_delslice_memory) 269/1966 ( 13.7%): test_delslice_negative1 (...stCase.test_delslice_negative1) 270/1966 ( 13.7%): test_delslice_negative2 (...stCase.test_delslice_negative2) 271/1966 ( 13.8%): test_delslice_step (...ee.ETreeTestCase.test_delslice_step) 272/1966 ( 13.8%): test_delslice_step_negative (...est_delslice_step_negative) 273/1966 ( 13.9%): test_delslice_step_negative2 (...t_delslice_step_negative2) 274/1966 ( 13.9%): test_delslice_tail (...ee.ETreeTestCase.test_delslice_tail) 275/1966 ( 14.0%): test_element (...st_elementtree.ETreeTestCase.test_element) 276/1966 ( 14.0%): test_element_contains (...eeTestCase.test_element_contains) 277/1966 ( 14.1%): test_element_indexing_negative (...ement_indexing_negative) 278/1966 ( 14.1%): test_element_indexing_only_text (...ent_indexing_only_text) 279/1966 ( 14.2%): test_element_indexing_with_text (...ent_indexing_with_text) 280/1966 ( 14.2%): test_element_indexing_with_text2 (...t_indexing_with_text2) 281/1966 ( 14.3%): test_element_with_attributes (...t_element_with_attributes) 282/1966 ( 14.3%): test_element_with_attributes_extra (...th_attributes_extra) 283/1966 ( 14.4%): test_element_with_attributes_extra_duplicate (...duplicate) 284/1966 ( 14.4%): test_element_with_attributes_keywords (...ributes_keywords) 285/1966 ( 14.5%): test_element_with_attributes_ns (...ent_with_attributes_ns) 286/1966 ( 14.5%): test_elementtree (...nttree.ETreeTestCase.test_elementtree) 287/1966 ( 14.6%): test_elementtree_parser_target (...ementtree_parser_target) 288/1966 ( 14.6%): test_encoding (..._elementtree.ETreeTestCase.test_encoding) 289/1966 ( 14.7%): test_encoding_8bit_latin1 (...se.test_encoding_8bit_latin1) 290/1966 ( 14.8%): test_encoding_8bit_parse_stringio (..._8bit_parse_stringio) 291/1966 ( 14.8%): test_encoding_8bit_xml (...TestCase.test_encoding_8bit_xml) 292/1966 ( 14.9%): test_encoding_exact (....ETreeTestCase.test_encoding_exact) 293/1966 ( 14.9%): test_encoding_sub_tostring_default_encoding (...t_encoding) 294/1966 ( 15.0%): test_encoding_tostring (...TestCase.test_encoding_tostring) 295/1966 ( 15.0%): test_encoding_tostring_default_encoding (...fault_encoding) 296/1966 ( 15.1%): test_encoding_tostring_sub (....test_encoding_tostring_sub) 297/1966 ( 15.1%): test_encoding_tostring_sub_tail (...ding_tostring_sub_tail) 298/1966 ( 15.2%): test_encoding_tostring_unknown (...coding_tostring_unknown) 299/1966 ( 15.2%): test_encoding_utf8_bom (...TestCase.test_encoding_utf8_bom) 300/1966 ( 15.3%): test_encoding_write_default_encoding (..._default_encoding) 301/1966 ( 15.3%): test_extend (...test_elementtree.ETreeTestCase.test_extend) 302/1966 ( 15.4%): test_feed_parser_bytes (...TestCase.test_feed_parser_bytes) 303/1966 ( 15.4%): test_feed_parser_error_broken (...feed_parser_error_broken) 304/1966 ( 15.5%): test_feed_parser_error_close_empty (...r_error_close_empty) 305/1966 ( 15.5%): test_feed_parser_error_close_incomplete (...ose_incomplete) 306/1966 ( 15.6%): test_feed_parser_error_position (..._parser_error_position) 307/1966 ( 15.6%): test_feed_parser_unicode_ascii (...ed_parser_unicode_ascii) 308/1966 ( 15.7%): test_feed_parser_unicode_astral (..._parser_unicode_astral) 309/1966 ( 15.7%): test_feed_parser_unicode_astral_large (...ode_astral_large) 310/1966 ( 15.8%): test_findall (...st_elementtree.ETreeTestCase.test_findall) 311/1966 ( 15.8%): test_findall_ns (...menttree.ETreeTestCase.test_findall_ns) 312/1966 ( 15.9%): test_findall_wildcard (...eeTestCase.test_findall_wildcard) 313/1966 ( 15.9%): test_fromstring (...menttree.ETreeTestCase.test_fromstring) 314/1966 ( 16.0%): test_fromstringlist (....ETreeTestCase.test_fromstringlist) 315/1966 ( 16.0%): test_fromstringlist_characters (...omstringlist_characters) 316/1966 ( 16.1%): test_fromstringlist_single (....test_fromstringlist_single) 317/1966 ( 16.1%): test_getslice (..._elementtree.ETreeTestCase.test_getslice) 318/1966 ( 16.2%): test_getslice_negative (...TestCase.test_getslice_negative) 319/1966 ( 16.2%): test_getslice_step (...ee.ETreeTestCase.test_getslice_step) 320/1966 ( 16.3%): test_getslice_text (...ee.ETreeTestCase.test_getslice_text) 321/1966 ( 16.3%): test_insert (...test_elementtree.ETreeTestCase.test_insert) 322/1966 ( 16.4%): test_insert_beyond_index (...Case.test_insert_beyond_index) 323/1966 ( 16.4%): test_insert_name_interning (....test_insert_name_interning) 324/1966 ( 16.5%): test_insert_negative (...TreeTestCase.test_insert_negative) 325/1966 ( 16.5%): test_insert_tail (...nttree.ETreeTestCase.test_insert_tail) 326/1966 ( 16.6%): test_interface (...lementtree.ETreeTestCase.test_interface) 327/1966 ( 16.6%): test_iselement (...lementtree.ETreeTestCase.test_iselement) 328/1966 ( 16.7%): test_iter (...sts.test_elementtree.ETreeTestCase.test_iter) 329/1966 ( 16.7%): test_iter_remove_tail (...eeTestCase.test_iter_remove_tail) 330/1966 ( 16.8%): test_iteration (...lementtree.ETreeTestCase.test_iteration) 331/1966 ( 16.8%): test_iteration_clear_tail (...se.test_iteration_clear_tail) 332/1966 ( 16.9%): test_iteration_del_child (...Case.test_iteration_del_child) 333/1966 ( 16.9%): test_iteration_double (...eeTestCase.test_iteration_double) 334/1966 ( 17.0%): test_iteration_empty (...TreeTestCase.test_iteration_empty) 335/1966 ( 17.0%): test_iteration_reversed (...stCase.test_iteration_reversed) 336/1966 ( 17.1%): test_iteration_set_tail_empty (...iteration_set_tail_empty) 337/1966 ( 17.1%): test_iteration_subelement (...se.test_iteration_subelement) 338/1966 ( 17.2%): test_iteration_text_only (...Case.test_iteration_text_only) 339/1966 ( 17.2%): test_iterparse (...lementtree.ETreeTestCase.test_iterparse) 340/1966 ( 17.3%): test_iterparse_cdata (...TreeTestCase.test_iterparse_cdata) 341/1966 ( 17.3%): test_iterparse_clear (...TreeTestCase.test_iterparse_clear) 342/1966 ( 17.4%): test_iterparse_file (....ETreeTestCase.test_iterparse_file) 343/1966 ( 17.4%): test_iterparse_incomplete (...se.test_iterparse_incomplete) 344/1966 ( 17.5%): test_iterparse_large (...TreeTestCase.test_iterparse_large) 345/1966 ( 17.5%): test_iterparse_move_elements (...t_iterparse_move_elements) 346/1966 ( 17.6%): test_iterparse_only_end_ns (....test_iterparse_only_end_ns) 347/1966 ( 17.7%): test_iterparse_set_ns_attribute (...parse_set_ns_attribute) 348/1966 ( 17.7%): test_iterparse_start (...TreeTestCase.test_iterparse_start) 349/1966 ( 17.8%): test_iterparse_start_end (...Case.test_iterparse_start_end) 350/1966 ( 17.8%): test_itertext (..._elementtree.ETreeTestCase.test_itertext) 351/1966 ( 17.9%): test_itertext_child (....ETreeTestCase.test_itertext_child) 352/1966 ( 17.9%): test_late_tail (...lementtree.ETreeTestCase.test_late_tail) 353/1966 ( 18.0%): test_late_tail_mix_pi_comments (...te_tail_mix_pi_comments) 354/1966 ( 18.0%): test_makeelement (...nttree.ETreeTestCase.test_makeelement) 355/1966 ( 18.1%): test_merge_namespaced_subtree_as_slice (...ubtree_as_slice) 356/1966 ( 18.1%): test_multiple_elementrees (...se.test_multiple_elementrees) 357/1966 ( 18.2%): test_namespaces_after_serialize (...spaces_after_serialize) 358/1966 ( 18.2%): test_ns_access (...lementtree.ETreeTestCase.test_ns_access) 359/1966 ( 18.3%): test_ns_access2 (...menttree.ETreeTestCase.test_ns_access2) 360/1966 ( 18.3%): test_ns_attr (...st_elementtree.ETreeTestCase.test_ns_attr) 361/1966 ( 18.4%): test_ns_decl_tostring (...eeTestCase.test_ns_decl_tostring) 362/1966 ( 18.4%): test_ns_decl_tostring_default (...ns_decl_tostring_default) 363/1966 ( 18.5%): test_ns_decl_tostring_element (...ns_decl_tostring_element) 364/1966 ( 18.5%): test_ns_decl_tostring_root (....test_ns_decl_tostring_root) 365/1966 ( 18.6%): test_ns_move (...st_elementtree.ETreeTestCase.test_ns_move) 366/1966 ( 18.6%): test_ns_setting (...menttree.ETreeTestCase.test_ns_setting) 367/1966 ( 18.7%): test_ns_tag_parse (...tree.ETreeTestCase.test_ns_tag_parse) 368/1966 ( 18.7%): test_parse_cdata (...nttree.ETreeTestCase.test_parse_cdata) 369/1966 ( 18.8%): test_parse_encoding_8bit_explicit (...coding_8bit_explicit) 370/1966 ( 18.8%): test_parse_encoding_8bit_override (...coding_8bit_override) 371/1966 ( 18.9%): test_parse_error (...nttree.ETreeTestCase.test_parse_error) 372/1966 ( 18.9%): test_parse_error_from_file (....test_parse_error_from_file) 373/1966 ( 19.0%): test_parse_error_none (...eeTestCase.test_parse_error_none) 374/1966 ( 19.0%): test_parse_file (...menttree.ETreeTestCase.test_parse_file) 375/1966 ( 19.1%): test_parse_file_encoding (...Case.test_parse_file_encoding) 376/1966 ( 19.1%): test_parse_file_nonexistent (...est_parse_file_nonexistent) 377/1966 ( 19.2%): test_parse_file_object (...TestCase.test_parse_file_object) 378/1966 ( 19.2%): test_parse_file_object_encoding (...e_file_object_encoding) 379/1966 ( 19.3%): test_parse_stringio (....ETreeTestCase.test_parse_stringio) 380/1966 ( 19.3%): test_parse_with_encoding (...Case.test_parse_with_encoding) 381/1966 ( 19.4%): test_parser_target_attrib (...se.test_parser_target_attrib) 382/1966 ( 19.4%): test_parser_target_data (...stCase.test_parser_target_data) 383/1966 ( 19.5%): test_parser_target_end_ns (...se.test_parser_target_end_ns) 384/1966 ( 19.5%): test_parser_target_entity (...se.test_parser_target_entity) 385/1966 ( 19.6%): test_parser_target_entity_unknown (...arget_entity_unknown) 386/1966 ( 19.6%): test_parser_target_error_in_close (...arget_error_in_close) 387/1966 ( 19.7%): test_parser_target_error_in_end (...er_target_error_in_end) 388/1966 ( 19.7%): test_parser_target_error_in_start (...arget_error_in_start) 389/1966 ( 19.8%): test_parser_target_error_in_start_and_close (..._and_close) 390/1966 ( 19.8%): test_parser_target_property (...est_parser_target_property) 391/1966 ( 19.9%): test_parser_target_start_end_ns (...er_target_start_end_ns) 392/1966 ( 19.9%): test_parser_target_tag (...TestCase.test_parser_target_tag) 393/1966 ( 20.0%): test_parser_version (....ETreeTestCase.test_parser_version) 394/1966 ( 20.0%): test_pi (lxml.tests.test_elementtree.ETreeTestCase.test_pi) 395/1966 ( 20.1%): test_pi_nonsense (...nttree.ETreeTestCase.test_pi_nonsense) 396/1966 ( 20.1%): test_processinginstruction (....test_processinginstruction) 397/1966 ( 20.2%): test_qname (...s.test_elementtree.ETreeTestCase.test_qname) 398/1966 ( 20.2%): test_qname_attrib (...tree.ETreeTestCase.test_qname_attrib) 399/1966 ( 20.3%): test_qname_attrib_resolve (...se.test_qname_attrib_resolve) 400/1966 ( 20.3%): test_qname_attribute_getset (...est_qname_attribute_getset) 401/1966 ( 20.4%): test_qname_attribute_resolve (...t_qname_attribute_resolve) 402/1966 ( 20.4%): test_qname_attribute_resolve_new (...attribute_resolve_new) 403/1966 ( 20.5%): test_qname_cmp (...lementtree.ETreeTestCase.test_qname_cmp) 404/1966 ( 20.5%): test_register_namespace (...stCase.test_register_namespace) 405/1966 ( 20.6%): test_remove (...test_elementtree.ETreeTestCase.test_remove) 406/1966 ( 20.7%): test_remove_nonexisting (...stCase.test_remove_nonexisting) 407/1966 ( 20.7%): test_remove_ns (...lementtree.ETreeTestCase.test_remove_ns) 408/1966 ( 20.8%): test_remove_tail (...nttree.ETreeTestCase.test_remove_tail) 409/1966 ( 20.8%): test_remove_while_iterating (...est_remove_while_iterating) 410/1966 ( 20.9%): test_replace_slice_tail (...stCase.test_replace_slice_tail) 411/1966 ( 20.9%): test_set_text (..._elementtree.ETreeTestCase.test_set_text) 412/1966 ( 21.0%): test_set_text2 (...lementtree.ETreeTestCase.test_set_text2) 413/1966 ( 21.0%): test_set_text_empty (....ETreeTestCase.test_set_text_empty) 414/1966 ( 21.1%): test_set_text_none (...ee.ETreeTestCase.test_set_text_none) 415/1966 ( 21.1%): test_setitem (...st_elementtree.ETreeTestCase.test_setitem) 416/1966 ( 21.2%): test_setitem2 (..._elementtree.ETreeTestCase.test_setitem2) 417/1966 ( 21.2%): test_setitem_indexerror (...stCase.test_setitem_indexerror) 418/1966 ( 21.3%): test_setitem_replace (...TreeTestCase.test_setitem_replace) 419/1966 ( 21.3%): test_setitem_tail (...tree.ETreeTestCase.test_setitem_tail) 420/1966 ( 21.4%): test_setslice (..._elementtree.ETreeTestCase.test_setslice) 421/1966 ( 21.4%): test_setslice_all (...tree.ETreeTestCase.test_setslice_all) 422/1966 ( 21.5%): test_setslice_all_empty (...stCase.test_setslice_all_empty) 423/1966 ( 21.5%): test_setslice_all_replace (...se.test_setslice_all_replace) 424/1966 ( 21.6%): test_setslice_all_replace_reversed (...ll_replace_reversed) 425/1966 ( 21.6%): test_setslice_all_replace_reversed_ns1 (...ce_reversed_ns1) 426/1966 ( 21.7%): test_setslice_all_replace_reversed_ns2 (...ce_reversed_ns2) 427/1966 ( 21.7%): test_setslice_empty (....ETreeTestCase.test_setslice_empty) 428/1966 ( 21.8%): test_setslice_end (...tree.ETreeTestCase.test_setslice_end) 429/1966 ( 21.8%): test_setslice_end_exact (...stCase.test_setslice_end_exact) 430/1966 ( 21.9%): test_setslice_negative (...TestCase.test_setslice_negative) 431/1966 ( 21.9%): test_setslice_negative2 (...stCase.test_setslice_negative2) 432/1966 ( 22.0%): test_setslice_single (...TreeTestCase.test_setslice_single) 433/1966 ( 22.0%): test_setslice_tail (...ee.ETreeTestCase.test_setslice_tail) 434/1966 ( 22.1%): test_shallowcopy (...nttree.ETreeTestCase.test_shallowcopy) 435/1966 ( 22.1%): test_shallowcopy_elementtree (...t_shallowcopy_elementtree) 436/1966 ( 22.2%): test_simple (...test_elementtree.ETreeTestCase.test_simple) 437/1966 ( 22.2%): test_subelement (...menttree.ETreeTestCase.test_subelement) 438/1966 ( 22.3%): test_subelement_reference (...se.test_subelement_reference) 439/1966 ( 22.3%): test_subelement_with_attributes (...lement_with_attributes) 440/1966 ( 22.4%): test_subelement_with_attributes_ns (..._with_attributes_ns) 441/1966 ( 22.4%): test_tag_reset_ns (...tree.ETreeTestCase.test_tag_reset_ns) 442/1966 ( 22.5%): test_tag_reset_root_ns (...TestCase.test_tag_reset_root_ns) 443/1966 ( 22.5%): test_tag_str_subclass (...eeTestCase.test_tag_str_subclass) 444/1966 ( 22.6%): test_tag_write (...lementtree.ETreeTestCase.test_tag_write) 445/1966 ( 22.6%): test_tail (...sts.test_elementtree.ETreeTestCase.test_tail) 446/1966 ( 22.7%): test_tail1 (...s.test_elementtree.ETreeTestCase.test_tail1) 447/1966 ( 22.7%): test_tail_append (...nttree.ETreeTestCase.test_tail_append) 448/1966 ( 22.8%): test_tail_elementtree_root (....test_tail_elementtree_root) 449/1966 ( 22.8%): test_tail_set_none (...ee.ETreeTestCase.test_tail_set_none) 450/1966 ( 22.9%): test_tail_set_twice (....ETreeTestCase.test_tail_set_twice) 451/1966 ( 22.9%): test_tail_str_subclass (...TestCase.test_tail_str_subclass) 452/1966 ( 23.0%): test_text (...sts.test_elementtree.ETreeTestCase.test_text) 453/1966 ( 23.0%): test_text_empty (...menttree.ETreeTestCase.test_text_empty) 454/1966 ( 23.1%): test_text_escape_in (....ETreeTestCase.test_text_escape_in) 455/1966 ( 23.1%): test_text_escape_out (...TreeTestCase.test_text_escape_out) 456/1966 ( 23.2%): test_text_escape_tostring (...se.test_text_escape_tostring) 457/1966 ( 23.2%): test_text_other (...menttree.ETreeTestCase.test_text_other) 458/1966 ( 23.3%): test_text_str_subclass (...TestCase.test_text_str_subclass) 459/1966 ( 23.3%): test_tostring (..._elementtree.ETreeTestCase.test_tostring) 460/1966 ( 23.4%): test_tostring_element (...eeTestCase.test_tostring_element) 461/1966 ( 23.4%): test_tostring_element_tail (....test_tostring_element_tail) 462/1966 ( 23.5%): test_tostring_method_html (...se.test_tostring_method_html) 463/1966 ( 23.6%): test_tostring_method_text (...se.test_tostring_method_text) 464/1966 ( 23.6%): test_treebuilder (...nttree.ETreeTestCase.test_treebuilder) 465/1966 ( 23.7%): test_treebuilder_comment (...Case.test_treebuilder_comment) 466/1966 ( 23.7%): test_treebuilder_pi (....ETreeTestCase.test_treebuilder_pi) 467/1966 ( 23.8%): test_treebuilder_target (...stCase.test_treebuilder_target) 468/1966 ( 23.8%): test_weird_dict_interaction (...est_weird_dict_interaction) 469/1966 ( 23.9%): test_write (...s.test_elementtree.ETreeTestCase.test_write) 470/1966 ( 23.9%): test_write_ElementTreeDoctest (...write_ElementTreeDoctest) 471/1966 ( 24.0%): test_write_fail (...menttree.ETreeTestCase.test_write_fail) 472/1966 ( 24.0%): test_write_method_html (...TestCase.test_write_method_html) 473/1966 ( 24.1%): test_write_method_text (...TestCase.test_write_method_text) 474/1966 ( 24.1%): test_events (..._elementtree.ETreePullTestCase.test_events) 475/1966 ( 24.2%): test_events_comment (...eePullTestCase.test_events_comment) 476/1966 ( 24.2%): test_events_pi (...nttree.ETreePullTestCase.test_events_pi) 477/1966 ( 24.3%): test_events_sequence (...PullTestCase.test_events_sequence) 478/1966 ( 24.3%): test_feed_while_iterating (...se.test_feed_while_iterating) 479/1966 ( 24.4%): test_ns_events (...nttree.ETreePullTestCase.test_ns_events) 480/1966 ( 24.4%): test_ns_events_end_ns_only (....test_ns_events_end_ns_only) 481/1966 ( 24.5%): test_ns_events_start (...PullTestCase.test_ns_events_start) 482/1966 ( 24.5%): test_ns_events_start_end (...Case.test_ns_events_start_end) 483/1966 ( 24.6%): test_simple_xml (...tree.ETreePullTestCase.test_simple_xml) 484/1966 ( 24.6%): test_simple_xml_with_ns (...stCase.test_simple_xml_with_ns) 485/1966 ( 24.7%): test_unknown_event (...TreePullTestCase.test_unknown_event) 486/1966 ( 24.7%): test_delslice (...ee.ETreeElementSlicingTest.test_delslice) 487/1966 ( 24.8%): test_getslice_negative_steps (...t_getslice_negative_steps) 488/1966 ( 24.8%): test_getslice_range (...entSlicingTest.test_getslice_range) 489/1966 ( 24.9%): test_getslice_single_index (....test_getslice_single_index) 490/1966 ( 24.9%): test_getslice_steps (...entSlicingTest.test_getslice_steps) 491/1966 ( 25.0%): test_setslice_negative_steps (...t_setslice_negative_steps) 492/1966 ( 25.0%): test_setslice_range (...entSlicingTest.test_setslice_range) 493/1966 ( 25.1%): test_setslice_single_index (....test_setslice_single_index) 494/1966 ( 25.1%): test_setslice_steps (...entSlicingTest.test_setslice_steps) 495/1966 ( 25.2%): test_c14n_exclusion (....ETreeC14NTest.test_c14n_exclusion) 496/1966 ( 25.2%): test_c14n_namespaces (...TreeC14NTest.test_c14n_namespaces) 497/1966 ( 25.3%): test_simple_roundtrip (...eeC14NTest.test_simple_roundtrip) 498/1966 ( 25.3%): test_xml_c14n2 (...lementtree.ETreeC14NTest.test_xml_c14n2) 499/1966 ( 25.4%): test_c14n_exclusion (...C14N2WriteTest.test_c14n_exclusion) 500/1966 ( 25.4%): test_c14n_namespaces (...4N2WriteTest.test_c14n_namespaces) 501/1966 ( 25.5%): test_simple_roundtrip (...2WriteTest.test_simple_roundtrip) 502/1966 ( 25.5%): test_xml_c14n2 (...tree.ETreeC14N2WriteTest.test_xml_c14n2) 503/1966 ( 25.6%): test_c14n_exclusion (...N2TostringTest.test_c14n_exclusion) 504/1966 ( 25.6%): test_c14n_namespaces (...TostringTest.test_c14n_namespaces) 505/1966 ( 25.7%): test_simple_roundtrip (...stringTest.test_simple_roundtrip) 506/1966 ( 25.7%): test_xml_c14n2 (...e.ETreeC14N2TostringTest.test_xml_c14n2) 507/1966 ( 25.8%): test_ElementTree (....ElementTreeTestCase.test_ElementTree) 508/1966 ( 25.8%): test_XML (...test_elementtree.ElementTreeTestCase.test_XML) 509/1966 ( 25.9%): test_XMLID (..._elementtree.ElementTreeTestCase.test_XMLID) 510/1966 ( 25.9%): test_attrib (...lementtree.ElementTreeTestCase.test_attrib) 511/1966 ( 26.0%): test_attrib_as_attrib (...eeTestCase.test_attrib_as_attrib) 512/1966 ( 26.0%): test_attrib_clear (...lementTreeTestCase.test_attrib_clear) 513/1966 ( 26.1%): test_attrib_copy (....ElementTreeTestCase.test_attrib_copy) 514/1966 ( 26.1%): test_attrib_deepcopy (...TreeTestCase.test_attrib_deepcopy) 515/1966 ( 26.2%): test_attrib_dict (....ElementTreeTestCase.test_attrib_dict) 516/1966 ( 26.2%): test_attrib_get (...ee.ElementTreeTestCase.test_attrib_get) 517/1966 ( 26.3%): test_attrib_ns_clear (...TreeTestCase.test_attrib_ns_clear) 518/1966 ( 26.3%): test_attrib_pop (...ee.ElementTreeTestCase.test_attrib_pop) 519/1966 ( 26.4%): test_attrib_pop_default (...stCase.test_attrib_pop_default) 520/1966 ( 26.4%): test_attrib_pop_empty_default (...attrib_pop_empty_default) 521/1966 ( 26.5%): test_attrib_pop_invalid_args (...t_attrib_pop_invalid_args) 522/1966 ( 26.6%): test_attrib_pop_unknown (...stCase.test_attrib_pop_unknown) 523/1966 ( 26.6%): test_attrib_set_clear (...eeTestCase.test_attrib_set_clear) 524/1966 ( 26.7%): test_attribute_contains (...stCase.test_attribute_contains) 525/1966 ( 26.7%): test_attribute_items (...TreeTestCase.test_attribute_items) 526/1966 ( 26.8%): test_attribute_items2 (...eeTestCase.test_attribute_items2) 527/1966 ( 26.8%): test_attribute_items_ns (...stCase.test_attribute_items_ns) 528/1966 ( 26.9%): test_attribute_iterator (...stCase.test_attribute_iterator) 529/1966 ( 26.9%): test_attribute_keys (...ntTreeTestCase.test_attribute_keys) 530/1966 ( 27.0%): test_attribute_keys2 (...TreeTestCase.test_attribute_keys2) 531/1966 ( 27.0%): test_attribute_keys_ns (...TestCase.test_attribute_keys_ns) 532/1966 ( 27.1%): test_attribute_manipulation (...est_attribute_manipulation) 533/1966 ( 27.1%): test_attribute_namespace_roundtrip (...namespace_roundtrip) 534/1966 ( 27.2%): test_attribute_namespace_roundtrip_replaced (...p_replaced) 535/1966 ( 27.2%): test_attribute_set (...mentTreeTestCase.test_attribute_set) 536/1966 ( 27.3%): test_attribute_str (...mentTreeTestCase.test_attribute_str) 537/1966 ( 27.3%): test_attribute_update_attrib (...t_attribute_update_attrib) 538/1966 ( 27.4%): test_attribute_update_dict (....test_attribute_update_dict) 539/1966 ( 27.4%): test_attribute_update_iter (....test_attribute_update_iter) 540/1966 ( 27.5%): test_attribute_update_sequence (...tribute_update_sequence) 541/1966 ( 27.5%): test_attribute_values (...eeTestCase.test_attribute_values) 542/1966 ( 27.6%): test_attribute_values_ns (...Case.test_attribute_values_ns) 543/1966 ( 27.6%): test_attribute_xmlns_move (...se.test_attribute_xmlns_move) 544/1966 ( 27.7%): test_attributes_get (...ntTreeTestCase.test_attributes_get) 545/1966 ( 27.7%): test_clear (..._elementtree.ElementTreeTestCase.test_clear) 546/1966 ( 27.8%): test_clear_sub (...tree.ElementTreeTestCase.test_clear_sub) 547/1966 ( 27.8%): test_clear_tail (...ee.ElementTreeTestCase.test_clear_tail) 548/1966 ( 27.9%): test_comment (...menttree.ElementTreeTestCase.test_comment) 549/1966 ( 27.9%): test_comment_getitem_getslice (...comment_getitem_getslice) 550/1966 ( 28.0%): test_comment_nonsense (...eeTestCase.test_comment_nonsense) 551/1966 ( 28.0%): test_comment_text (...lementTreeTestCase.test_comment_text) 552/1966 ( 28.1%): test_comment_whitespace (...stCase.test_comment_whitespace) 553/1966 ( 28.1%): test_crash (..._elementtree.ElementTreeTestCase.test_crash) 554/1966 ( 28.2%): test_deepcopy (...nttree.ElementTreeTestCase.test_deepcopy) 555/1966 ( 28.2%): test_deepcopy_append (...TreeTestCase.test_deepcopy_append) 556/1966 ( 28.3%): test_deepcopy_comment (...eeTestCase.test_deepcopy_comment) 557/1966 ( 28.3%): test_deepcopy_elementtree (...se.test_deepcopy_elementtree) 558/1966 ( 28.4%): test_deepcopy_namespaces (...Case.test_deepcopy_namespaces) 559/1966 ( 28.4%): test_deepcopy_subelement (...Case.test_deepcopy_subelement) 560/1966 ( 28.5%): test_deepcopy_tail (...mentTreeTestCase.test_deepcopy_tail) 561/1966 ( 28.5%): test_del_attribute_ns (...eeTestCase.test_del_attribute_ns) 562/1966 ( 28.6%): test_del_attribute_ns_parsed (...t_del_attribute_ns_parsed) 563/1966 ( 28.6%): test_del_insert (...ee.ElementTreeTestCase.test_del_insert) 564/1966 ( 28.7%): test_del_setitem (....ElementTreeTestCase.test_del_setitem) 565/1966 ( 28.7%): test_del_setslice (...lementTreeTestCase.test_del_setslice) 566/1966 ( 28.8%): test_delitem (...menttree.ElementTreeTestCase.test_delitem) 567/1966 ( 28.8%): test_delitem_tail (...lementTreeTestCase.test_delitem_tail) 568/1966 ( 28.9%): test_delitem_tail_dealloc (...se.test_delitem_tail_dealloc) 569/1966 ( 28.9%): test_delslice (...nttree.ElementTreeTestCase.test_delslice) 570/1966 ( 29.0%): test_delslice_child_tail (...Case.test_delslice_child_tail) 571/1966 ( 29.0%): test_delslice_child_tail_dealloc (...ce_child_tail_dealloc) 572/1966 ( 29.1%): test_delslice_memory (...TreeTestCase.test_delslice_memory) 573/1966 ( 29.1%): test_delslice_negative1 (...stCase.test_delslice_negative1) 574/1966 ( 29.2%): test_delslice_negative2 (...stCase.test_delslice_negative2) 575/1966 ( 29.2%): test_delslice_step (...mentTreeTestCase.test_delslice_step) 576/1966 ( 29.3%): test_delslice_step_negative (...est_delslice_step_negative) 577/1966 ( 29.3%): test_delslice_step_negative2 (...t_delslice_step_negative2) 578/1966 ( 29.4%): test_delslice_tail (...mentTreeTestCase.test_delslice_tail) 579/1966 ( 29.5%): test_element (...menttree.ElementTreeTestCase.test_element) 580/1966 ( 29.5%): test_element_contains (...eeTestCase.test_element_contains) 581/1966 ( 29.6%): test_element_indexing_negative (...ement_indexing_negative) 582/1966 ( 29.6%): test_element_indexing_only_text (...ent_indexing_only_text) 583/1966 ( 29.7%): test_element_indexing_with_text (...ent_indexing_with_text) 584/1966 ( 29.7%): test_element_indexing_with_text2 (...t_indexing_with_text2) 585/1966 ( 29.8%): test_element_with_attributes (...t_element_with_attributes) 586/1966 ( 29.8%): test_element_with_attributes_extra (...th_attributes_extra) 587/1966 ( 29.9%): test_element_with_attributes_extra_duplicate (...duplicate) 588/1966 ( 29.9%): test_element_with_attributes_keywords (...ributes_keywords) 589/1966 ( 30.0%): test_element_with_attributes_ns (...ent_with_attributes_ns) 590/1966 ( 30.0%): test_elementtree (....ElementTreeTestCase.test_elementtree) 591/1966 ( 30.1%): test_elementtree_parser_target (...ementtree_parser_target) 592/1966 ( 30.1%): test_encoding (...nttree.ElementTreeTestCase.test_encoding) 593/1966 ( 30.2%): test_encoding_8bit_latin1 (...se.test_encoding_8bit_latin1) 594/1966 ( 30.2%): test_encoding_8bit_parse_stringio (..._8bit_parse_stringio) 595/1966 ( 30.3%): test_encoding_8bit_xml (...TestCase.test_encoding_8bit_xml) 596/1966 ( 30.3%): test_encoding_exact (...ntTreeTestCase.test_encoding_exact) 597/1966 ( 30.4%): test_encoding_sub_tostring_default_encoding (...t_encoding) 598/1966 ( 30.4%): test_encoding_tostring (...TestCase.test_encoding_tostring) 599/1966 ( 30.5%): test_encoding_tostring_default_encoding (...fault_encoding) 600/1966 ( 30.5%): test_encoding_tostring_sub (....test_encoding_tostring_sub) 601/1966 ( 30.6%): test_encoding_tostring_sub_tail (...ding_tostring_sub_tail) 602/1966 ( 30.6%): test_encoding_tostring_unknown (...coding_tostring_unknown) 603/1966 ( 30.7%): test_encoding_utf8_bom (...TestCase.test_encoding_utf8_bom) 604/1966 ( 30.7%): test_encoding_write_default_encoding (..._default_encoding) 605/1966 ( 30.8%): test_extend (...lementtree.ElementTreeTestCase.test_extend) 606/1966 ( 30.8%): test_feed_parser_bytes (...TestCase.test_feed_parser_bytes) 607/1966 ( 30.9%): test_feed_parser_error_broken (...feed_parser_error_broken) 608/1966 ( 30.9%): test_feed_parser_error_close_empty (...r_error_close_empty) 609/1966 ( 31.0%): test_feed_parser_error_close_incomplete (...ose_incomplete) 610/1966 ( 31.0%): test_feed_parser_error_position (..._parser_error_position) 611/1966 ( 31.1%): test_feed_parser_unicode_ascii (...ed_parser_unicode_ascii) 612/1966 ( 31.1%): test_feed_parser_unicode_astral (..._parser_unicode_astral) 613/1966 ( 31.2%): test_feed_parser_unicode_astral_large (...ode_astral_large) 614/1966 ( 31.2%): test_findall (...menttree.ElementTreeTestCase.test_findall) 615/1966 ( 31.3%): test_findall_ns (...ee.ElementTreeTestCase.test_findall_ns) 616/1966 ( 31.3%): test_findall_wildcard (...eeTestCase.test_findall_wildcard) 617/1966 ( 31.4%): test_fromstring (...ee.ElementTreeTestCase.test_fromstring) 618/1966 ( 31.4%): test_fromstringlist (...ntTreeTestCase.test_fromstringlist) 619/1966 ( 31.5%): test_fromstringlist_characters (...omstringlist_characters) 620/1966 ( 31.5%): test_fromstringlist_single (....test_fromstringlist_single) 621/1966 ( 31.6%): test_getslice (...nttree.ElementTreeTestCase.test_getslice) 622/1966 ( 31.6%): test_getslice_negative (...TestCase.test_getslice_negative) 623/1966 ( 31.7%): test_getslice_step (...mentTreeTestCase.test_getslice_step) 624/1966 ( 31.7%): test_getslice_text (...mentTreeTestCase.test_getslice_text) 625/1966 ( 31.8%): test_insert (...lementtree.ElementTreeTestCase.test_insert) 626/1966 ( 31.8%): test_insert_beyond_index (...Case.test_insert_beyond_index) 627/1966 ( 31.9%): test_insert_name_interning (....test_insert_name_interning) 628/1966 ( 31.9%): test_insert_negative (...TreeTestCase.test_insert_negative) 629/1966 ( 32.0%): test_insert_tail (....ElementTreeTestCase.test_insert_tail) 630/1966 ( 32.0%): test_interface (...tree.ElementTreeTestCase.test_interface) 631/1966 ( 32.1%): test_iselement (...tree.ElementTreeTestCase.test_iselement) 632/1966 ( 32.1%): test_iter (...st_elementtree.ElementTreeTestCase.test_iter) 633/1966 ( 32.2%): test_iter_remove_tail (...eeTestCase.test_iter_remove_tail) 634/1966 ( 32.2%): test_iteration (...tree.ElementTreeTestCase.test_iteration) 635/1966 ( 32.3%): test_iteration_clear_tail (...se.test_iteration_clear_tail) 636/1966 ( 32.3%): test_iteration_del_child (...Case.test_iteration_del_child) 637/1966 ( 32.4%): test_iteration_double (...eeTestCase.test_iteration_double) 638/1966 ( 32.5%): test_iteration_empty (...TreeTestCase.test_iteration_empty) 639/1966 ( 32.5%): test_iteration_reversed (...stCase.test_iteration_reversed) 640/1966 ( 32.6%): test_iteration_set_tail_empty (...iteration_set_tail_empty) 641/1966 ( 32.6%): test_iteration_subelement (...se.test_iteration_subelement) 642/1966 ( 32.7%): test_iteration_text_only (...Case.test_iteration_text_only) 643/1966 ( 32.7%): test_iterparse (...tree.ElementTreeTestCase.test_iterparse) 644/1966 ( 32.8%): test_iterparse_cdata (...TreeTestCase.test_iterparse_cdata) 645/1966 ( 32.8%): test_iterparse_clear (...TreeTestCase.test_iterparse_clear) 646/1966 ( 32.9%): test_iterparse_file (...ntTreeTestCase.test_iterparse_file) 647/1966 ( 32.9%): test_iterparse_incomplete (...se.test_iterparse_incomplete) 648/1966 ( 33.0%): test_iterparse_large (...TreeTestCase.test_iterparse_large) 649/1966 ( 33.0%): test_iterparse_move_elements (...t_iterparse_move_elements) 650/1966 ( 33.1%): test_iterparse_only_end_ns (....test_iterparse_only_end_ns) 651/1966 ( 33.1%): test_iterparse_set_ns_attribute (...parse_set_ns_attribute) 652/1966 ( 33.2%): test_iterparse_start (...TreeTestCase.test_iterparse_start) 653/1966 ( 33.2%): test_iterparse_start_end (...Case.test_iterparse_start_end) 654/1966 ( 33.3%): test_itertext (...nttree.ElementTreeTestCase.test_itertext) 655/1966 ( 33.3%): test_itertext_child (...ntTreeTestCase.test_itertext_child) 656/1966 ( 33.4%): test_late_tail (...tree.ElementTreeTestCase.test_late_tail) 657/1966 ( 33.4%): test_late_tail_mix_pi_comments (...te_tail_mix_pi_comments) 658/1966 ( 33.5%): test_makeelement (....ElementTreeTestCase.test_makeelement) 659/1966 ( 33.5%): test_merge_namespaced_subtree_as_slice (...ubtree_as_slice) 660/1966 ( 33.6%): test_multiple_elementrees (...se.test_multiple_elementrees) 661/1966 ( 33.6%): test_namespaces_after_serialize (...spaces_after_serialize) 662/1966 ( 33.7%): test_ns_access (...tree.ElementTreeTestCase.test_ns_access) 663/1966 ( 33.7%): test_ns_access2 (...ee.ElementTreeTestCase.test_ns_access2) 664/1966 ( 33.8%): test_ns_attr (...menttree.ElementTreeTestCase.test_ns_attr) 665/1966 ( 33.8%): test_ns_decl_tostring (...eeTestCase.test_ns_decl_tostring) 666/1966 ( 33.9%): test_ns_decl_tostring_default (...ns_decl_tostring_default) 667/1966 ( 33.9%): test_ns_decl_tostring_element (...ns_decl_tostring_element) 668/1966 ( 34.0%): test_ns_decl_tostring_root (....test_ns_decl_tostring_root) 669/1966 ( 34.0%): test_ns_move (...menttree.ElementTreeTestCase.test_ns_move) 670/1966 ( 34.1%): test_ns_setting (...ee.ElementTreeTestCase.test_ns_setting) 671/1966 ( 34.1%): test_ns_tag_parse (...lementTreeTestCase.test_ns_tag_parse) 672/1966 ( 34.2%): test_parse_cdata (....ElementTreeTestCase.test_parse_cdata) 673/1966 ( 34.2%): test_parse_encoding_8bit_explicit (...coding_8bit_explicit) 674/1966 ( 34.3%): test_parse_encoding_8bit_override (...coding_8bit_override) 675/1966 ( 34.3%): test_parse_error (....ElementTreeTestCase.test_parse_error) 676/1966 ( 34.4%): test_parse_error_from_file (....test_parse_error_from_file) 677/1966 ( 34.4%): test_parse_error_none (...eeTestCase.test_parse_error_none) 678/1966 ( 34.5%): test_parse_file (...ee.ElementTreeTestCase.test_parse_file) 679/1966 ( 34.5%): test_parse_file_encoding (...Case.test_parse_file_encoding) 680/1966 ( 34.6%): test_parse_file_nonexistent (...est_parse_file_nonexistent) 681/1966 ( 34.6%): test_parse_file_object (...TestCase.test_parse_file_object) 682/1966 ( 34.7%): test_parse_file_object_encoding (...e_file_object_encoding) 683/1966 ( 34.7%): test_parse_stringio (...ntTreeTestCase.test_parse_stringio) 684/1966 ( 34.8%): test_parse_with_encoding (...Case.test_parse_with_encoding) 685/1966 ( 34.8%): test_parser_target_attrib (...se.test_parser_target_attrib) 686/1966 ( 34.9%): test_parser_target_data (...stCase.test_parser_target_data) 687/1966 ( 34.9%): test_parser_target_end_ns (...se.test_parser_target_end_ns) 688/1966 ( 35.0%): test_parser_target_entity (...se.test_parser_target_entity) 689/1966 ( 35.0%): test_parser_target_entity_unknown (...arget_entity_unknown) 690/1966 ( 35.1%): test_parser_target_error_in_close (...arget_error_in_close) 691/1966 ( 35.1%): test_parser_target_error_in_end (...er_target_error_in_end) 692/1966 ( 35.2%): test_parser_target_error_in_start (...arget_error_in_start) 693/1966 ( 35.2%): test_parser_target_error_in_start_and_close (..._and_close) 694/1966 ( 35.3%): test_parser_target_property (...est_parser_target_property) 695/1966 ( 35.4%): test_parser_target_start_end_ns (...er_target_start_end_ns) 696/1966 ( 35.4%): test_parser_target_tag (...TestCase.test_parser_target_tag) 697/1966 ( 35.5%): test_parser_version (...ntTreeTestCase.test_parser_version) 698/1966 ( 35.5%): test_pi (...s.test_elementtree.ElementTreeTestCase.test_pi) 699/1966 ( 35.6%): test_pi_nonsense (....ElementTreeTestCase.test_pi_nonsense) 700/1966 ( 35.6%): test_processinginstruction (....test_processinginstruction) 701/1966 ( 35.7%): test_qname (..._elementtree.ElementTreeTestCase.test_qname) 702/1966 ( 35.7%): test_qname_attrib (...lementTreeTestCase.test_qname_attrib) 703/1966 ( 35.8%): test_qname_attrib_resolve (...se.test_qname_attrib_resolve) 704/1966 ( 35.8%): test_qname_attribute_getset (...est_qname_attribute_getset) 705/1966 ( 35.9%): test_qname_attribute_resolve (...t_qname_attribute_resolve) 706/1966 ( 35.9%): test_qname_attribute_resolve_new (...attribute_resolve_new) 707/1966 ( 36.0%): test_qname_cmp (...tree.ElementTreeTestCase.test_qname_cmp) 708/1966 ( 36.0%): test_register_namespace (...stCase.test_register_namespace) 709/1966 ( 36.1%): test_remove (...lementtree.ElementTreeTestCase.test_remove) 710/1966 ( 36.1%): test_remove_nonexisting (...stCase.test_remove_nonexisting) 711/1966 ( 36.2%): test_remove_ns (...tree.ElementTreeTestCase.test_remove_ns) 712/1966 ( 36.2%): test_remove_tail (....ElementTreeTestCase.test_remove_tail) 713/1966 ( 36.3%): test_remove_while_iterating (...est_remove_while_iterating) 714/1966 ( 36.3%): test_replace_slice_tail (...stCase.test_replace_slice_tail) 715/1966 ( 36.4%): test_set_text (...nttree.ElementTreeTestCase.test_set_text) 716/1966 ( 36.4%): test_set_text2 (...tree.ElementTreeTestCase.test_set_text2) 717/1966 ( 36.5%): test_set_text_empty (...ntTreeTestCase.test_set_text_empty) 718/1966 ( 36.5%): test_set_text_none (...mentTreeTestCase.test_set_text_none) 719/1966 ( 36.6%): test_setitem (...menttree.ElementTreeTestCase.test_setitem) 720/1966 ( 36.6%): test_setitem2 (...nttree.ElementTreeTestCase.test_setitem2) 721/1966 ( 36.7%): test_setitem_indexerror (...stCase.test_setitem_indexerror) 722/1966 ( 36.7%): test_setitem_replace (...TreeTestCase.test_setitem_replace) 723/1966 ( 36.8%): test_setitem_tail (...lementTreeTestCase.test_setitem_tail) 724/1966 ( 36.8%): test_setslice (...nttree.ElementTreeTestCase.test_setslice) 725/1966 ( 36.9%): test_setslice_all (...lementTreeTestCase.test_setslice_all) 726/1966 ( 36.9%): test_setslice_all_empty (...stCase.test_setslice_all_empty) 727/1966 ( 37.0%): test_setslice_all_replace (...se.test_setslice_all_replace) 728/1966 ( 37.0%): test_setslice_all_replace_reversed (...ll_replace_reversed) 729/1966 ( 37.1%): test_setslice_all_replace_reversed_ns1 (...ce_reversed_ns1) 730/1966 ( 37.1%): test_setslice_all_replace_reversed_ns2 (...ce_reversed_ns2) 731/1966 ( 37.2%): test_setslice_empty (...ntTreeTestCase.test_setslice_empty) 732/1966 ( 37.2%): test_setslice_end (...lementTreeTestCase.test_setslice_end) 733/1966 ( 37.3%): test_setslice_end_exact (...stCase.test_setslice_end_exact) 734/1966 ( 37.3%): test_setslice_negative (...TestCase.test_setslice_negative) 735/1966 ( 37.4%): test_setslice_negative2 (...stCase.test_setslice_negative2) 736/1966 ( 37.4%): test_setslice_single (...TreeTestCase.test_setslice_single) 737/1966 ( 37.5%): test_setslice_tail (...mentTreeTestCase.test_setslice_tail) 738/1966 ( 37.5%): test_shallowcopy (....ElementTreeTestCase.test_shallowcopy) 739/1966 ( 37.6%): test_shallowcopy_elementtree (...t_shallowcopy_elementtree) 740/1966 ( 37.6%): test_simple (...lementtree.ElementTreeTestCase.test_simple) 741/1966 ( 37.7%): test_subelement (...ee.ElementTreeTestCase.test_subelement) 742/1966 ( 37.7%): test_subelement_reference (...se.test_subelement_reference) 743/1966 ( 37.8%): test_subelement_with_attributes (...lement_with_attributes) 744/1966 ( 37.8%): test_subelement_with_attributes_ns (..._with_attributes_ns) 745/1966 ( 37.9%): test_tag_reset_ns (...lementTreeTestCase.test_tag_reset_ns) 746/1966 ( 37.9%): test_tag_reset_root_ns (...TestCase.test_tag_reset_root_ns) 747/1966 ( 38.0%): test_tag_str_subclass (...eeTestCase.test_tag_str_subclass) 748/1966 ( 38.0%): test_tag_write (...tree.ElementTreeTestCase.test_tag_write) 749/1966 ( 38.1%): test_tail (...st_elementtree.ElementTreeTestCase.test_tail) 750/1966 ( 38.1%): test_tail1 (..._elementtree.ElementTreeTestCase.test_tail1) 751/1966 ( 38.2%): test_tail_append (....ElementTreeTestCase.test_tail_append) 752/1966 ( 38.3%): test_tail_elementtree_root (....test_tail_elementtree_root) 753/1966 ( 38.3%): test_tail_set_none (...mentTreeTestCase.test_tail_set_none) 754/1966 ( 38.4%): test_tail_set_twice (...ntTreeTestCase.test_tail_set_twice) 755/1966 ( 38.4%): test_tail_str_subclass (...TestCase.test_tail_str_subclass) 756/1966 ( 38.5%): test_text (...st_elementtree.ElementTreeTestCase.test_text) 757/1966 ( 38.5%): test_text_empty (...ee.ElementTreeTestCase.test_text_empty) 758/1966 ( 38.6%): test_text_escape_in (...ntTreeTestCase.test_text_escape_in) 759/1966 ( 38.6%): test_text_escape_out (...TreeTestCase.test_text_escape_out) 760/1966 ( 38.7%): test_text_escape_tostring (...se.test_text_escape_tostring) 761/1966 ( 38.7%): test_text_other (...ee.ElementTreeTestCase.test_text_other) 762/1966 ( 38.8%): test_text_str_subclass (...TestCase.test_text_str_subclass) 763/1966 ( 38.8%): test_tostring (...nttree.ElementTreeTestCase.test_tostring) 764/1966 ( 38.9%): test_tostring_element (...eeTestCase.test_tostring_element) 765/1966 ( 38.9%): test_tostring_element_tail (....test_tostring_element_tail) 766/1966 ( 39.0%): test_tostring_method_html (...se.test_tostring_method_html) 767/1966 ( 39.0%): test_tostring_method_text (...se.test_tostring_method_text) 768/1966 ( 39.1%): test_treebuilder (....ElementTreeTestCase.test_treebuilder) 769/1966 ( 39.1%): test_treebuilder_comment (...Case.test_treebuilder_comment) 770/1966 ( 39.2%): test_treebuilder_pi (...ntTreeTestCase.test_treebuilder_pi) 771/1966 ( 39.2%): test_treebuilder_target (...stCase.test_treebuilder_target) 772/1966 ( 39.3%): test_weird_dict_interaction (...est_weird_dict_interaction) 773/1966 ( 39.3%): test_write (..._elementtree.ElementTreeTestCase.test_write) 774/1966 ( 39.4%): test_write_ElementTreeDoctest (...write_ElementTreeDoctest) 775/1966 ( 39.4%): test_write_fail (...ee.ElementTreeTestCase.test_write_fail) 776/1966 ( 39.5%): test_write_method_html (...TestCase.test_write_method_html) 777/1966 ( 39.5%): test_write_method_text (...TestCase.test_write_method_text) 778/1966 ( 39.6%): test_events (...nttree.ElementTreePullTestCase.test_events) 779/1966 ( 39.6%): test_events_comment (...eePullTestCase.test_events_comment) 780/1966 ( 39.7%): test_events_pi (....ElementTreePullTestCase.test_events_pi) 781/1966 ( 39.7%): test_events_sequence (...PullTestCase.test_events_sequence) 782/1966 ( 39.8%): test_feed_while_iterating (...se.test_feed_while_iterating) 783/1966 ( 39.8%): test_ns_events (....ElementTreePullTestCase.test_ns_events) 784/1966 ( 39.9%): test_ns_events_end_ns_only (....test_ns_events_end_ns_only) 785/1966 ( 39.9%): test_ns_events_start (...PullTestCase.test_ns_events_start) 786/1966 ( 40.0%): test_ns_events_start_end (...Case.test_ns_events_start_end) 787/1966 ( 40.0%): test_simple_xml (...lementTreePullTestCase.test_simple_xml) 788/1966 ( 40.1%): test_simple_xml_with_ns (...stCase.test_simple_xml_with_ns) 789/1966 ( 40.1%): test_unknown_event (...TreePullTestCase.test_unknown_event) 790/1966 ( 40.2%): test_c14n_exclusion (...ntTreeC14NTest.test_c14n_exclusion) 791/1966 ( 40.2%): test_c14n_namespaces (...TreeC14NTest.test_c14n_namespaces) 792/1966 ( 40.3%): test_simple_roundtrip (...eeC14NTest.test_simple_roundtrip) 793/1966 ( 40.3%): test_xml_c14n2 (...tree.ElementTreeC14NTest.test_xml_c14n2) 794/1966 ( 40.4%): test_delslice (...mentTreeElementSlicingTest.test_delslice) 795/1966 ( 40.4%): test_getslice_negative_steps (...t_getslice_negative_steps) 796/1966 ( 40.5%): test_getslice_range (...entSlicingTest.test_getslice_range) 797/1966 ( 40.5%): test_getslice_single_index (....test_getslice_single_index) 798/1966 ( 40.6%): test_getslice_steps (...entSlicingTest.test_getslice_steps) 799/1966 ( 40.6%): test_setslice_negative_steps (...t_setslice_negative_steps) 800/1966 ( 40.7%): test_setslice_range (...entSlicingTest.test_setslice_range) 801/1966 ( 40.7%): test_setslice_single_index (....test_setslice_single_index) 802/1966 ( 40.8%): test_setslice_steps (...entSlicingTest.test_setslice_steps) 803/1966 ( 40.8%): test_bad_element (...errors.ErrorTestCase.test_bad_element) 804/1966 ( 40.9%): test_element_cyclic_gc_none (...est_element_cyclic_gc_none) 805/1966 ( 40.9%): test_empty_parse (...errors.ErrorTestCase.test_empty_parse) 806/1966 ( 41.0%): test_xmlsyntaxerror_has_info (...t_xmlsyntaxerror_has_info) 807/1966 ( 41.0%): test_HTML_base_url_docinfo (....test_HTML_base_url_docinfo) 808/1966 ( 41.1%): test_XMLDTDID (...st_etree.ETreeOnlyTestCase.test_XMLDTDID) 809/1966 ( 41.1%): test_XMLDTDID_empty (...eeOnlyTestCase.test_XMLDTDID_empty) 810/1966 ( 41.2%): test_XMLDTDID_no_id_dict (...Case.test_XMLDTDID_no_id_dict) 811/1966 ( 41.3%): test_XML_base_url_docinfo (...se.test_XML_base_url_docinfo) 812/1966 ( 41.3%): test_XML_set_base_url_docinfo (...XML_set_base_url_docinfo) 813/1966 ( 41.4%): test_addnext (...test_etree.ETreeOnlyTestCase.test_addnext) 814/1966 ( 41.4%): test_addnext_comment (...OnlyTestCase.test_addnext_comment) 815/1966 ( 41.5%): test_addnext_cycle (...TreeOnlyTestCase.test_addnext_cycle) 816/1966 ( 41.5%): test_addnext_cycle_long (...stCase.test_addnext_cycle_long) 817/1966 ( 41.6%): test_addnext_noops (...TreeOnlyTestCase.test_addnext_noops) 818/1966 ( 41.6%): test_addnext_pi (...tree.ETreeOnlyTestCase.test_addnext_pi) 819/1966 ( 41.7%): test_addnext_root (....ETreeOnlyTestCase.test_addnext_root) 820/1966 ( 41.7%): test_addnext_root_comment (...se.test_addnext_root_comment) 821/1966 ( 41.8%): test_addnext_root_pi (...OnlyTestCase.test_addnext_root_pi) 822/1966 ( 41.8%): test_addprevious (...ee.ETreeOnlyTestCase.test_addprevious) 823/1966 ( 41.9%): test_addprevious_comment (...Case.test_addprevious_comment) 824/1966 ( 41.9%): test_addprevious_cycle (...TestCase.test_addprevious_cycle) 825/1966 ( 42.0%): test_addprevious_cycle_long (...est_addprevious_cycle_long) 826/1966 ( 42.0%): test_addprevious_noops (...TestCase.test_addprevious_noops) 827/1966 ( 42.1%): test_addprevious_pi (...eeOnlyTestCase.test_addprevious_pi) 828/1966 ( 42.1%): test_addprevious_root_comment (...addprevious_root_comment) 829/1966 ( 42.2%): test_addprevious_root_pi (...Case.test_addprevious_root_pi) 830/1966 ( 42.2%): test_append_error (....ETreeOnlyTestCase.test_append_error) 831/1966 ( 42.3%): test_append_recursive_error (...est_append_recursive_error) 832/1966 ( 42.3%): test_attrib_and_keywords (...Case.test_attrib_and_keywords) 833/1966 ( 42.4%): test_attrib_is_Mapping (...TestCase.test_attrib_is_Mapping) 834/1966 ( 42.4%): test_attrib_order (....ETreeOnlyTestCase.test_attrib_order) 835/1966 ( 42.5%): test_attribute_gets_namespace_prefix_on_merge (...on_merge) 836/1966 ( 42.5%): test_attribute_gets_namespace_prefix_on_merge_with_nons ... 837/1966 ( 42.6%): test_attribute_has_key (...TestCase.test_attribute_has_key) 838/1966 ( 42.6%): test_attribute_keeps_namespace_prefix_on_merge (...n_merge) 839/1966 ( 42.7%): test_attribute_keeps_namespace_prefix_on_merge_with_nons... 840/1966 ( 42.7%): test_attribute_set (...TreeOnlyTestCase.test_attribute_set) 841/1966 ( 42.8%): test_attribute_set_invalid (....test_attribute_set_invalid) 842/1966 ( 42.8%): test_attribute_set_nonstring (...t_attribute_set_nonstring) 843/1966 ( 42.9%): test_attribute_values (...lyTestCase.test_attribute_values) 844/1966 ( 42.9%): test_byte_invalid (....ETreeOnlyTestCase.test_byte_invalid) 845/1966 ( 43.0%): test_byte_zero (..._etree.ETreeOnlyTestCase.test_byte_zero) 846/1966 ( 43.0%): test_c_api (...sts.test_etree.ETreeOnlyTestCase.test_c_api) 847/1966 ( 43.1%): test_cdata (...sts.test_etree.ETreeOnlyTestCase.test_cdata) 848/1966 ( 43.1%): test_cdata_errors (....ETreeOnlyTestCase.test_cdata_errors) 849/1966 ( 43.2%): test_cdata_parser (....ETreeOnlyTestCase.test_cdata_parser) 850/1966 ( 43.2%): test_cdata_tail (...tree.ETreeOnlyTestCase.test_cdata_tail) 851/1966 ( 43.3%): test_cdata_type (...tree.ETreeOnlyTestCase.test_cdata_type) 852/1966 ( 43.3%): test_cdata_xpath (...ee.ETreeOnlyTestCase.test_cdata_xpath) 853/1966 ( 43.4%): test_clear_keep_tail (...OnlyTestCase.test_clear_keep_tail) 854/1966 ( 43.4%): test_comment_empty (...TreeOnlyTestCase.test_comment_empty) 855/1966 ( 43.5%): test_comment_immutable (...TestCase.test_comment_immutable) 856/1966 ( 43.5%): test_comment_immutable_attrib (...comment_immutable_attrib) 857/1966 ( 43.6%): test_comment_no_proxy_yet (...se.test_comment_no_proxy_yet) 858/1966 ( 43.6%): test_comment_parse_empty (...Case.test_comment_parse_empty) 859/1966 ( 43.7%): test_deepcopy_elementtree_dtd (...deepcopy_elementtree_dtd) 860/1966 ( 43.7%): test_deepcopy_elementtree_pi (...t_deepcopy_elementtree_pi) 861/1966 ( 43.8%): test_deepcopy_pi (...ee.ETreeOnlyTestCase.test_deepcopy_pi) 862/1966 ( 43.8%): test_deepcopy_pi_dtd (...OnlyTestCase.test_deepcopy_pi_dtd) 863/1966 ( 43.9%): test_docinfo_empty (...TreeOnlyTestCase.test_docinfo_empty) 864/1966 ( 43.9%): test_docinfo_name_only (...TestCase.test_docinfo_name_only) 865/1966 ( 44.0%): test_docinfo_public (...eeOnlyTestCase.test_docinfo_public) 866/1966 ( 44.0%): test_docinfo_system (...eeOnlyTestCase.test_docinfo_system) 867/1966 ( 44.1%): test_doctype_name_only_roundtrip (...e_name_only_roundtrip) 868/1966 ( 44.2%): test_doctype_output_override (...t_doctype_output_override) 869/1966 ( 44.2%): test_dtd_io (...s.test_etree.ETreeOnlyTestCase.test_dtd_io) 870/1966 ( 44.3%): test_dump_none (..._etree.ETreeOnlyTestCase.test_dump_none) 871/1966 ( 44.3%): test_element_name_colon (...stCase.test_element_name_colon) 872/1966 ( 44.4%): test_element_name_empty (...stCase.test_element_name_empty) 873/1966 ( 44.4%): test_element_name_quote (...stCase.test_element_name_quote) 874/1966 ( 44.5%): test_element_name_space (...stCase.test_element_name_space) 875/1966 ( 44.5%): test_element_names (...TreeOnlyTestCase.test_element_names) 876/1966 ( 44.6%): test_element_nsmap (...TreeOnlyTestCase.test_element_nsmap) 877/1966 ( 44.6%): test_element_refcycle (...lyTestCase.test_element_refcycle) 878/1966 ( 44.7%): test_elementtree_find_qname (...est_elementtree_find_qname) 879/1966 ( 44.7%): test_elementtree_findall_ns_qname (...ree_findall_ns_qname) 880/1966 ( 44.8%): test_elementtree_findall_qname (...ementtree_findall_qname) 881/1966 ( 44.8%): test_elementtree_getelementpath (...enttree_getelementpath) 882/1966 ( 44.9%): test_elementtree_getelementpath_ns (...e_getelementpath_ns) 883/1966 ( 44.9%): test_elementtree_getiterator (...t_elementtree_getiterator) 884/1966 ( 45.0%): test_elementtree_getiterator_filter (...getiterator_filter) 885/1966 ( 45.0%): test_elementtree_iter_qname (...est_elementtree_iter_qname) 886/1966 ( 45.1%): test_elementtree_parser_target_type_error (...t_type_error) 887/1966 ( 45.1%): test_encoding_tostring_utf16 (...t_encoding_tostring_utf16) 888/1966 ( 45.2%): test_entity_append (...TreeOnlyTestCase.test_entity_append) 889/1966 ( 45.2%): test_entity_append_parsed (...se.test_entity_append_parsed) 890/1966 ( 45.3%): test_entity_error (....ETreeOnlyTestCase.test_entity_error) 891/1966 ( 45.3%): test_entity_parse (....ETreeOnlyTestCase.test_entity_parse) 892/1966 ( 45.4%): test_entity_restructure (...stCase.test_entity_restructure) 893/1966 ( 45.4%): test_entity_values (...TreeOnlyTestCase.test_entity_values) 894/1966 ( 45.5%): test_feed_parser_recover (...Case.test_feed_parser_recover) 895/1966 ( 45.5%): test_feed_parser_recover_no_id_dict (...recover_no_id_dict) 896/1966 ( 45.6%): test_findall_different_nsmaps (...findall_different_nsmaps) 897/1966 ( 45.6%): test_findall_empty_prefix (...se.test_findall_empty_prefix) 898/1966 ( 45.7%): test_findall_ns (...tree.ETreeOnlyTestCase.test_findall_ns) 899/1966 ( 45.7%): test_findall_syntax_error (...se.test_findall_syntax_error) 900/1966 ( 45.8%): test_getchildren (...ee.ETreeOnlyTestCase.test_getchildren) 901/1966 ( 45.8%): test_getiterator (...ee.ETreeOnlyTestCase.test_getiterator) 902/1966 ( 45.9%): test_getiterator_empty (...TestCase.test_getiterator_empty) 903/1966 ( 45.9%): test_getiterator_filter (...stCase.test_getiterator_filter) 904/1966 ( 46.0%): test_getiterator_filter_all (...est_getiterator_filter_all) 905/1966 ( 46.0%): test_getiterator_filter_all_comment_pi (..._all_comment_pi) 906/1966 ( 46.1%): test_getiterator_filter_comment (...terator_filter_comment) 907/1966 ( 46.1%): test_getiterator_filter_element (...terator_filter_element) 908/1966 ( 46.2%): test_getiterator_filter_entities (...rator_filter_entities) 909/1966 ( 46.2%): test_getiterator_filter_local_name (...r_filter_local_name) 910/1966 ( 46.3%): test_getiterator_filter_multiple (...rator_filter_multiple) 911/1966 ( 46.3%): test_getiterator_filter_multiple_tuple (..._multiple_tuple) 912/1966 ( 46.4%): test_getiterator_filter_namespace (...tor_filter_namespace) 913/1966 ( 46.4%): test_getiterator_filter_pi (....test_getiterator_filter_pi) 914/1966 ( 46.5%): test_getiterator_filter_with_text (...tor_filter_with_text) 915/1966 ( 46.5%): test_getiterator_with_text (....test_getiterator_with_text) 916/1966 ( 46.6%): test_getnext (...test_etree.ETreeOnlyTestCase.test_getnext) 917/1966 ( 46.6%): test_getparent (..._etree.ETreeOnlyTestCase.test_getparent) 918/1966 ( 46.7%): test_getprevious (...ee.ETreeOnlyTestCase.test_getprevious) 919/1966 ( 46.7%): test_getroottree (...ee.ETreeOnlyTestCase.test_getroottree) 920/1966 ( 46.8%): test_html_base (..._etree.ETreeOnlyTestCase.test_html_base) 921/1966 ( 46.8%): test_html_base_tag (...TreeOnlyTestCase.test_html_base_tag) 922/1966 ( 46.9%): test_html_prefix_nsmap (...TestCase.test_html_prefix_nsmap) 923/1966 ( 46.9%): test_include_paths (...TreeOnlyTestCase.test_include_paths) 924/1966 ( 47.0%): test_indent (...s.test_etree.ETreeOnlyTestCase.test_indent) 925/1966 ( 47.0%): test_indent_level (....ETreeOnlyTestCase.test_indent_level) 926/1966 ( 47.1%): test_indent_space (....ETreeOnlyTestCase.test_indent_space) 927/1966 ( 47.2%): test_indent_space_caching (...se.test_indent_space_caching) 928/1966 ( 47.2%): test_index (...sts.test_etree.ETreeOnlyTestCase.test_index) 929/1966 ( 47.3%): test_iterancestors (...TreeOnlyTestCase.test_iterancestors) 930/1966 ( 47.3%): test_iterancestors_tag (...TestCase.test_iterancestors_tag) 931/1966 ( 47.4%): test_iterancestors_tag_multiple (...ancestors_tag_multiple) 932/1966 ( 47.4%): test_iterchildren (....ETreeOnlyTestCase.test_iterchildren) 933/1966 ( 47.5%): test_iterchildren_reversed (....test_iterchildren_reversed) 934/1966 ( 47.5%): test_iterchildren_tag (...lyTestCase.test_iterchildren_tag) 935/1966 ( 47.6%): test_iterchildren_tag_multiple (...erchildren_tag_multiple) 936/1966 ( 47.6%): test_iterchildren_tag_multiple_posarg (..._multiple_posarg) 937/1966 ( 47.7%): test_iterchildren_tag_multiple_reversed (...tiple_reversed) 938/1966 ( 47.7%): test_iterchildren_tag_posarg (...t_iterchildren_tag_posarg) 939/1966 ( 47.8%): test_iterchildren_tag_reversed (...erchildren_tag_reversed) 940/1966 ( 47.8%): test_iterdescendants (...OnlyTestCase.test_iterdescendants) 941/1966 ( 47.9%): test_iterdescendants_tag (...Case.test_iterdescendants_tag) 942/1966 ( 47.9%): test_iterdescendants_tag_multiple (...endants_tag_multiple) 943/1966 ( 48.0%): test_iterparse_broken (...lyTestCase.test_iterparse_broken) 944/1966 ( 48.0%): test_iterparse_broken_multi_recover (...oken_multi_recover) 945/1966 ( 48.1%): test_iterparse_broken_recover (...iterparse_broken_recover) 946/1966 ( 48.1%): test_iterparse_comments (...stCase.test_iterparse_comments) 947/1966 ( 48.2%): test_iterparse_encoding_8bit_override (...ng_8bit_override) 948/1966 ( 48.2%): test_iterparse_encoding_error (...iterparse_encoding_error) 949/1966 ( 48.3%): test_iterparse_getiterator (....test_iterparse_getiterator) 950/1966 ( 48.3%): test_iterparse_keep_cdata (...se.test_iterparse_keep_cdata) 951/1966 ( 48.4%): test_iterparse_pis (...TreeOnlyTestCase.test_iterparse_pis) 952/1966 ( 48.4%): test_iterparse_remove_comments (...erparse_remove_comments) 953/1966 ( 48.5%): test_iterparse_source_pathlike (...erparse_source_pathlike) 954/1966 ( 48.5%): test_iterparse_strip (...OnlyTestCase.test_iterparse_strip) 955/1966 ( 48.6%): test_iterparse_tag (...TreeOnlyTestCase.test_iterparse_tag) 956/1966 ( 48.6%): test_iterparse_tag_all (...TestCase.test_iterparse_tag_all) 957/1966 ( 48.7%): test_iterparse_tag_ns (...lyTestCase.test_iterparse_tag_ns) 958/1966 ( 48.7%): test_iterparse_tag_ns_all (...se.test_iterparse_tag_ns_all) 959/1966 ( 48.8%): test_iterparse_tag_ns_empty (...est_iterparse_tag_ns_empty) 960/1966 ( 48.8%): test_iterparse_tag_ns_empty_all (...parse_tag_ns_empty_all) 961/1966 ( 48.9%): test_iterparse_tree_comments (...t_iterparse_tree_comments) 962/1966 ( 48.9%): test_itersiblings (....ETreeOnlyTestCase.test_itersiblings) 963/1966 ( 49.0%): test_itersiblings_tag (...lyTestCase.test_itersiblings_tag) 964/1966 ( 49.0%): test_itersiblings_tag_multiple (...ersiblings_tag_multiple) 965/1966 ( 49.1%): test_itertext_comment_pi (...Case.test_itertext_comment_pi) 966/1966 ( 49.1%): test_iterwalk (...st_etree.ETreeOnlyTestCase.test_iterwalk) 967/1966 ( 49.2%): test_iterwalk_attrib_ns (...stCase.test_iterwalk_attrib_ns) 968/1966 ( 49.2%): test_iterwalk_clear (...eeOnlyTestCase.test_iterwalk_clear) 969/1966 ( 49.3%): test_iterwalk_comments_root_element (...ments_root_element) 970/1966 ( 49.3%): test_iterwalk_comments_tree (...est_iterwalk_comments_tree) 971/1966 ( 49.4%): test_iterwalk_end_skip (...TestCase.test_iterwalk_end_skip) 972/1966 ( 49.4%): test_iterwalk_getiterator (...se.test_iterwalk_getiterator) 973/1966 ( 49.5%): test_iterwalk_ns_skip (...lyTestCase.test_iterwalk_ns_skip) 974/1966 ( 49.5%): test_iterwalk_pis_comments_tree (...walk_pis_comments_tree) 975/1966 ( 49.6%): test_iterwalk_pis_comments_tree_no_events (...ee_no_events) 976/1966 ( 49.6%): test_iterwalk_pis_root_element (...erwalk_pis_root_element) 977/1966 ( 49.7%): test_iterwalk_pis_tree (...TestCase.test_iterwalk_pis_tree) 978/1966 ( 49.7%): test_iterwalk_start (...eeOnlyTestCase.test_iterwalk_start) 979/1966 ( 49.8%): test_iterwalk_start_end (...stCase.test_iterwalk_start_end) 980/1966 ( 49.8%): test_iterwalk_start_end_skip (...t_iterwalk_start_end_skip) 981/1966 ( 49.9%): test_iterwalk_start_end_tags (...t_iterwalk_start_end_tags) 982/1966 ( 49.9%): test_iterwalk_start_end_tags_with_root (..._tags_with_root) 983/1966 ( 50.0%): test_iterwalk_start_tags (...Case.test_iterwalk_start_tags) 984/1966 ( 50.1%): test_iterwalk_tag (....ETreeOnlyTestCase.test_iterwalk_tag) 985/1966 ( 50.1%): test_iterwalk_tag_all (...lyTestCase.test_iterwalk_tag_all) 986/1966 ( 50.2%): test_large_sourceline_XML (...se.test_large_sourceline_XML) 987/1966 ( 50.2%): test_namespace_cleanup (...TestCase.test_namespace_cleanup) 988/1966 ( 50.3%): test_namespace_cleanup_attributes (...e_cleanup_attributes) 989/1966 ( 50.3%): test_namespace_cleanup_deep (...est_namespace_cleanup_deep) 990/1966 ( 50.4%): test_namespace_cleanup_deep_to_top (...cleanup_deep_to_top) 991/1966 ( 50.4%): test_namespace_cleanup_keep_prefixes (...nup_keep_prefixes) 992/1966 ( 50.5%): test_namespace_cleanup_keep_prefixes_top (..._prefixes_top) 993/1966 ( 50.5%): test_namespace_cleanup_many (...est_namespace_cleanup_many) 994/1966 ( 50.6%): test_namespaces (...tree.ETreeOnlyTestCase.test_namespaces) 995/1966 ( 50.6%): test_namespaces_copy_element (...t_namespaces_copy_element) 996/1966 ( 50.7%): test_namespaces_default (...stCase.test_namespaces_default) 997/1966 ( 50.7%): test_namespaces_default_and_attr (...aces_default_and_attr) 998/1966 ( 50.8%): test_namespaces_default_and_other (...es_default_and_other) 999/1966 ( 50.8%): test_namespaces_default_copy_element (...ault_copy_element) 1000/1966 ( 50.9%): test_namespaces_elementtree (...est_namespaces_elementtree) 1001/1966 ( 50.9%): test_namespaces_reuse_after_move (...aces_reuse_after_move) 1002/1966 ( 51.0%): test_nsmap_prefix_invalid (...se.test_nsmap_prefix_invalid) 1003/1966 ( 51.0%): test_parse_base_url_docinfo (...est_parse_base_url_docinfo) 1004/1966 ( 51.1%): test_parse_fileobject_unicode (...parse_fileobject_unicode) 1005/1966 ( 51.1%): test_parse_parser_type_error (...t_parse_parser_type_error) 1006/1966 ( 51.2%): test_parse_remove_comments (....test_parse_remove_comments) 1007/1966 ( 51.2%): test_parse_remove_pis (...lyTestCase.test_parse_remove_pis) 1008/1966 ( 51.3%): test_parse_source_pathlike (....test_parse_source_pathlike) 1009/1966 ( 51.3%): test_parse_stringio_base_url (...t_parse_stringio_base_url) 1010/1966 ( 51.4%): test_parseid (...test_etree.ETreeOnlyTestCase.test_parseid) 1011/1966 ( 51.4%): test_parser_encoding (...OnlyTestCase.test_parser_encoding) 1012/1966 ( 51.5%): test_parser_encoding_unknown (...t_parser_encoding_unknown) 1013/1966 ( 51.5%): test_parser_target_cdata (...Case.test_parser_target_cdata) 1014/1966 ( 51.6%): test_parser_target_comment (....test_parser_target_comment) 1015/1966 ( 51.6%): test_parser_target_feed_exception (...arget_feed_exception) 1016/1966 ( 51.7%): test_parser_target_feed_no_id_dict (...get_feed_no_id_dict) 1017/1966 ( 51.7%): test_parser_target_fromstring_exception (...ring_exception) 1018/1966 ( 51.8%): test_parser_target_pi (...lyTestCase.test_parser_target_pi) 1019/1966 ( 51.8%): test_parser_target_recover (....test_parser_target_recover) 1020/1966 ( 51.9%): test_pi (lxml.tests.test_etree.ETreeOnlyTestCase.test_pi) 1021/1966 ( 51.9%): test_pi_parse (...st_etree.ETreeOnlyTestCase.test_pi_parse) 1022/1966 ( 52.0%): test_pi_pseudo_attributes_attrib (...udo_attributes_attrib) 1023/1966 ( 52.0%): test_pi_pseudo_attributes_get (...pi_pseudo_attributes_get) 1024/1966 ( 52.1%): test_prefix (...s.test_etree.ETreeOnlyTestCase.test_prefix) 1025/1966 ( 52.1%): test_prefix_default_ns (...TestCase.test_prefix_default_ns) 1026/1966 ( 52.2%): test_proxy_collect_siblings (...est_proxy_collect_siblings) 1027/1966 ( 52.2%): test_proxy_collect_siblings_text (...collect_siblings_text) 1028/1966 ( 52.3%): test_pypy_proxy_collect (...stCase.test_pypy_proxy_collect) 1029/1966 ( 52.3%): test_qname_colon (...ee.ETreeOnlyTestCase.test_qname_colon) 1030/1966 ( 52.4%): test_qname_element (...TreeOnlyTestCase.test_qname_element) 1031/1966 ( 52.4%): test_qname_empty (...ee.ETreeOnlyTestCase.test_qname_empty) 1032/1966 ( 52.5%): test_qname_namespace_localname (...ame_namespace_localname) 1033/1966 ( 52.5%): test_qname_none (...tree.ETreeOnlyTestCase.test_qname_none) 1034/1966 ( 52.6%): test_qname_space (...ee.ETreeOnlyTestCase.test_qname_space) 1035/1966 ( 52.6%): test_qname_text_resolve (...stCase.test_qname_text_resolve) 1036/1966 ( 52.7%): test_register_namespace_xml (...est_register_namespace_xml) 1037/1966 ( 52.7%): test_replace (...test_etree.ETreeOnlyTestCase.test_replace) 1038/1966 ( 52.8%): test_replace_new (...ee.ETreeOnlyTestCase.test_replace_new) 1039/1966 ( 52.8%): test_resolve_bytes_dtd (...TestCase.test_resolve_bytes_dtd) 1040/1966 ( 52.9%): test_resolve_empty (...TreeOnlyTestCase.test_resolve_empty) 1041/1966 ( 53.0%): test_resolve_error (...TreeOnlyTestCase.test_resolve_error) 1042/1966 ( 53.0%): test_resolve_file_dtd (...lyTestCase.test_resolve_file_dtd) 1043/1966 ( 53.1%): test_resolve_filelike_dtd (...se.test_resolve_filelike_dtd) 1044/1966 ( 53.1%): test_resolve_filename_dtd (...se.test_resolve_filename_dtd) 1045/1966 ( 53.2%): test_resolve_filename_dtd_relative (...lename_dtd_relative) 1046/1966 ( 53.2%): test_resolve_string_dtd (...stCase.test_resolve_string_dtd) 1047/1966 ( 53.3%): test_setitem_assert (...eeOnlyTestCase.test_setitem_assert) 1048/1966 ( 53.3%): test_setslice_all_reversed (....test_setslice_all_reversed) 1049/1966 ( 53.4%): test_setslice_step (...TreeOnlyTestCase.test_setslice_step) 1050/1966 ( 53.4%): test_setslice_step_negative (...est_setslice_step_negative) 1051/1966 ( 53.5%): test_setslice_step_negative2 (...t_setslice_step_negative2) 1052/1966 ( 53.5%): test_setslice_step_overrun (....test_setslice_step_overrun) 1053/1966 ( 53.6%): test_sourceline_XML (...eeOnlyTestCase.test_sourceline_XML) 1054/1966 ( 53.6%): test_sourceline_element (...stCase.test_sourceline_element) 1055/1966 ( 53.7%): test_sourceline_iterparse_end (...sourceline_iterparse_end) 1056/1966 ( 53.7%): test_sourceline_iterparse_start (...celine_iterparse_start) 1057/1966 ( 53.8%): test_sourceline_parse (...lyTestCase.test_sourceline_parse) 1058/1966 ( 53.8%): test_standalone (...tree.ETreeOnlyTestCase.test_standalone) 1059/1966 ( 53.9%): test_strip_attributes (...lyTestCase.test_strip_attributes) 1060/1966 ( 53.9%): test_strip_attributes_ns (...Case.test_strip_attributes_ns) 1061/1966 ( 54.0%): test_strip_elements (...eeOnlyTestCase.test_strip_elements) 1062/1966 ( 54.0%): test_strip_elements_ns (...TestCase.test_strip_elements_ns) 1063/1966 ( 54.1%): test_strip_tags (...tree.ETreeOnlyTestCase.test_strip_tags) 1064/1966 ( 54.1%): test_strip_tags_and_remove (....test_strip_tags_and_remove) 1065/1966 ( 54.2%): test_strip_tags_doc_style (...se.test_strip_tags_doc_style) 1066/1966 ( 54.2%): test_strip_tags_ns (...TreeOnlyTestCase.test_strip_tags_ns) 1067/1966 ( 54.3%): test_strip_tags_pi_comment (....test_strip_tags_pi_comment) 1068/1966 ( 54.3%): test_strip_tags_pi_comment_all (...rip_tags_pi_comment_all) 1069/1966 ( 54.4%): test_subelement_attribute_invalid (...nt_attribute_invalid) 1070/1966 ( 54.4%): test_subelement_name_colon (....test_subelement_name_colon) 1071/1966 ( 54.5%): test_subelement_name_empty (....test_subelement_name_empty) 1072/1966 ( 54.5%): test_subelement_name_quote (....test_subelement_name_quote) 1073/1966 ( 54.6%): test_subelement_name_space (....test_subelement_name_space) 1074/1966 ( 54.6%): test_subelement_nsmap (...lyTestCase.test_subelement_nsmap) 1075/1966 ( 54.7%): test_tostring_method_html_with_tail (...hod_html_with_tail) 1076/1966 ( 54.7%): test_tostring_method_text_encoding (...ethod_text_encoding) 1077/1966 ( 54.8%): test_tostring_method_text_unicode (..._method_text_unicode) 1078/1966 ( 54.8%): test_tostring_none (...TreeOnlyTestCase.test_tostring_none) 1079/1966 ( 54.9%): test_tostring_pretty (...OnlyTestCase.test_tostring_pretty) 1080/1966 ( 54.9%): test_tostring_standalone (...Case.test_tostring_standalone) 1081/1966 ( 55.0%): test_tostring_standalone_in_out (...ring_standalone_in_out) 1082/1966 ( 55.0%): test_tostring_unicode (...lyTestCase.test_tostring_unicode) 1083/1966 ( 55.1%): test_tostring_unicode_element (...tostring_unicode_element) 1084/1966 ( 55.1%): test_tostring_unicode_element_tail (...nicode_element_tail) 1085/1966 ( 55.2%): test_tostring_unicode_none (....test_tostring_unicode_none) 1086/1966 ( 55.2%): test_tostring_unicode_pretty (...t_tostring_unicode_pretty) 1087/1966 ( 55.3%): test_tostring_with_tail (...stCase.test_tostring_with_tail) 1088/1966 ( 55.3%): test_tounicode (..._etree.ETreeOnlyTestCase.test_tounicode) 1089/1966 ( 55.4%): test_tounicode_element (...TestCase.test_tounicode_element) 1090/1966 ( 55.4%): test_tounicode_element_tail (...est_tounicode_element_tail) 1091/1966 ( 55.5%): test_tounicode_none (...eeOnlyTestCase.test_tounicode_none) 1092/1966 ( 55.5%): test_tounicode_pretty (...lyTestCase.test_tounicode_pretty) 1093/1966 ( 55.6%): test_unicode_byte_invalid (...se.test_unicode_byte_invalid) 1094/1966 ( 55.6%): test_unicode_byte_invalid_sequence (...te_invalid_sequence) 1095/1966 ( 55.7%): test_unicode_byte_zero (...TestCase.test_unicode_byte_zero) 1096/1966 ( 55.7%): test_version (...test_etree.ETreeOnlyTestCase.test_version) 1097/1966 ( 55.8%): test_walk_after_parse_failure (...walk_after_parse_failure) 1098/1966 ( 55.8%): test_xml_base (...st_etree.ETreeOnlyTestCase.test_xml_base) 1099/1966 ( 55.9%): test_xml_base_attribute (...stCase.test_xml_base_attribute) 1100/1966 ( 56.0%): test_xinclude (...tree.ETreeXIncludeTestCase.test_xinclude) 1101/1966 ( 56.0%): test_xinclude_resolver (...TestCase.test_xinclude_resolver) 1102/1966 ( 56.1%): test_xinclude_resolver_recursive (...de_resolver_recursive) 1103/1966 ( 56.1%): test_xinclude_text (...XIncludeTestCase.test_xinclude_text) 1104/1966 ( 56.2%): test_multiple_include_of_same_file (...nclude_of_same_file) 1105/1966 ( 56.2%): test_xinclude (...ree.ElementIncludeTestCase.test_xinclude) 1106/1966 ( 56.3%): test_xinclude_failures (...TestCase.test_xinclude_failures) 1107/1966 ( 56.3%): test_xinclude_resolver (...TestCase.test_xinclude_resolver) 1108/1966 ( 56.4%): test_xinclude_resolver_recursive (...de_resolver_recursive) 1109/1966 ( 56.4%): test_xinclude_text (...tIncludeTestCase.test_xinclude_text) 1110/1966 ( 56.5%): test_c14n (...tests.test_etree.ETreeC14NTestCase.test_c14n) 1111/1966 ( 56.5%): test_c14n2_file_gzip (...C14NTestCase.test_c14n2_file_gzip) 1112/1966 ( 56.6%): test_c14n2_tostring_with_comments (...string_with_comments) 1113/1966 ( 56.6%): test_c14n2_with_comments (...Case.test_c14n2_with_comments) 1114/1966 ( 56.7%): test_c14n2_with_comments_strip_text (...omments_strip_text) 1115/1966 ( 56.7%): test_c14n2_with_text (...C14NTestCase.test_c14n2_with_text) 1116/1966 ( 56.8%): test_c14n_element_tostring_exclusive (...ostring_exclusive) 1117/1966 ( 56.8%): test_c14n_element_tostring_with_comments (...with_comments) 1118/1966 ( 56.9%): test_c14n_exclusive (...eeC14NTestCase.test_c14n_exclusive) 1119/1966 ( 56.9%): test_c14n_file (..._etree.ETreeC14NTestCase.test_c14n_file) 1120/1966 ( 57.0%): test_c14n_file_gzip (...eeC14NTestCase.test_c14n_file_gzip) 1121/1966 ( 57.0%): test_c14n_file_gzip_pathlike (...t_c14n_file_gzip_pathlike) 1122/1966 ( 57.1%): test_c14n_file_pathlike (...stCase.test_c14n_file_pathlike) 1123/1966 ( 57.1%): test_c14n_gzip (..._etree.ETreeC14NTestCase.test_c14n_gzip) 1124/1966 ( 57.2%): test_c14n_tostring_exclusive (...t_c14n_tostring_exclusive) 1125/1966 ( 57.2%): test_c14n_tostring_inclusive_ns_prefixes (...ive NS spaces) 1126/1966 ( 57.3%): test_c14n_tostring_with_comments (...ostring_with_comments) 1127/1966 ( 57.3%): test_c14n_with_comments (...stCase.test_c14n_with_comments) 1128/1966 ( 57.4%): test_python3_problem_bytesio_iterparse (...tesio_iterparse) 1129/1966 ( 57.4%): test_python3_problem_filebased_iterparse (...sed_iterparse) 1130/1966 ( 57.5%): test_python3_problem_filebased_parse (...m_filebased_parse) 1131/1966 ( 57.5%): test_write (...ts.test_etree.ETreeWriteTestCase.test_write) 1132/1966 ( 57.6%): test_write_doctype (...reeWriteTestCase.test_write_doctype) 1133/1966 ( 57.6%): test_write_file (...ree.ETreeWriteTestCase.test_write_file) 1134/1966 ( 57.7%): test_write_file_gzip (...riteTestCase.test_write_file_gzip) 1135/1966 ( 57.7%): test_write_file_gzip_parse (....test_write_file_gzip_parse) 1136/1966 ( 57.8%): test_write_file_gzip_pathlike (...write_file_gzip_pathlike) 1137/1966 ( 57.8%): test_write_file_gzipfile_parse (...ite_file_gzipfile_parse) 1138/1966 ( 57.9%): test_write_file_pathlike (...Case.test_write_file_pathlike) 1139/1966 ( 57.9%): test_write_file_url (...eWriteTestCase.test_write_file_url) 1140/1966 ( 58.0%): test_write_gzip (...ree.ETreeWriteTestCase.test_write_gzip) 1141/1966 ( 58.0%): test_write_gzip_doctype (...stCase.test_write_gzip_doctype) 1142/1966 ( 58.1%): test_write_gzip_level (...teTestCase.test_write_gzip_level) 1143/1966 ( 58.1%): test_parse_error_logging (...Test.test_parse_error_logging) 1144/1966 ( 58.2%): test_pull_from_simple_target (...t_pull_from_simple_target) 1145/1966 ( 58.2%): test_pull_from_simple_target_start_end (...arget_start_end) 1146/1966 ( 58.3%): test_pull_from_tree_builder (...est_pull_from_tree_builder) 1147/1966 ( 58.3%): test_pull_from_tree_builder_subclass (..._builder_subclass) 1148/1966 ( 58.4%): bad_find (...elftest) Doctest: lxml.tests.selftest.bad_find 1149/1966 ( 58.4%): bug_xmltoolkit25 (...: lxml.tests.selftest.bug_xmltoolkit25 1150/1966 ( 58.5%): bug_xmltoolkit28 (...: lxml.tests.selftest.bug_xmltoolkit28 1151/1966 ( 58.5%): encoding (...elftest) Doctest: lxml.tests.selftest.encoding 1152/1966 ( 58.6%): find (....tests.selftest) Doctest: lxml.tests.selftest.find 1153/1966 ( 58.6%): interface (...ftest) Doctest: lxml.tests.selftest.interface 1154/1966 ( 58.7%): iterators (...ftest) Doctest: lxml.tests.selftest.iterators 1155/1966 ( 58.7%): iterparse (...ftest) Doctest: lxml.tests.selftest.iterparse 1156/1966 ( 58.8%): namespace (...ftest) Doctest: lxml.tests.selftest.namespace 1157/1966 ( 58.9%): parsefile (...ftest) Doctest: lxml.tests.selftest.parsefile 1158/1966 ( 58.9%): parseliteral (... Doctest: lxml.tests.selftest.parseliteral 1159/1966 ( 59.0%): qname (...ests.selftest) Doctest: lxml.tests.selftest.qname 1160/1966 ( 59.0%): simpleops (...ftest) Doctest: lxml.tests.selftest.simpleops 1161/1966 ( 59.1%): writefile (...ftest) Doctest: lxml.tests.selftest.writefile 1162/1966 ( 59.1%): writestring (...t) Doctest: lxml.tests.selftest.writestring 1163/1966 ( 59.2%): xinclude (...elftest) Doctest: lxml.tests.selftest.xinclude 1164/1966 ( 59.2%): xinclude_default (...: lxml.tests.selftest.xinclude_default 1165/1966 ( 59.3%): xpath_tokenizer (...st: lxml.tests.selftest.xpath_tokenizer 1166/1966 ( 59.3%): attrib (....selftest2) Doctest: lxml.tests.selftest2.attrib 1167/1966 ( 59.4%): cdata (...ts.selftest2) Doctest: lxml.tests.selftest2.cdata 1168/1966 ( 59.4%): copy (...ests.selftest2) Doctest: lxml.tests.selftest2.copy 1169/1966 ( 59.5%): element (...elftest2) Doctest: lxml.tests.selftest2.element 1170/1966 ( 59.5%): encoding (...ftest2) Doctest: lxml.tests.selftest2.encoding 1171/1966 ( 59.6%): find (...ests.selftest2) Doctest: lxml.tests.selftest2.find 1172/1966 ( 59.6%): makeelement (...) Doctest: lxml.tests.selftest2.makeelement 1173/1966 ( 59.7%): parsefile (...est2) Doctest: lxml.tests.selftest2.parsefile 1174/1966 ( 59.7%): qname (...ts.selftest2) Doctest: lxml.tests.selftest2.qname 1175/1966 ( 59.8%): writefile (...est2) Doctest: lxml.tests.selftest2.writefile 1176/1966 ( 59.8%): CDATA (lxml.etree) Doctest: lxml.etree.CDATA 1177/1966 ( 59.9%): ElementNamespaceClassLookup (...ElementNamespaceClassLookup 1178/1966 ( 59.9%): FunctionNamespace (...Doctest: lxml.etree.FunctionNamespace 1179/1966 ( 60.0%): Schematron (lxml.etree) Doctest: lxml.etree.Schematron 1180/1966 ( 60.0%): XML (lxml.etree) Doctest: lxml.etree.XML 1181/1966 ( 60.1%): FunctionNamespace (...__test__.FunctionNamespace (line 207) 1182/1966 ( 60.1%): XML (...est__) Doctest: lxml.etree.__test__.XML (line 3211) 1183/1966 ( 60.2%): txt (tutorial) Doctest: tutorial.txt 1184/1966 ( 60.2%): txt (api) Doctest: api.txt 1185/1966 ( 60.3%): txt (FAQ) Doctest: FAQ.txt 1186/1966 ( 60.3%): txt (parsing) Doctest: parsing.txt 1187/1966 ( 60.4%): txt (resolvers) Doctest: resolvers.txt 1188/1966 ( 60.4%): test_external_document_adoption (...rnal_document_adoption) 1189/1966 ( 60.5%): test_boolean_attribute (...TestCase.test_boolean_attribute) 1190/1966 ( 60.5%): test_boolean_attribute_round_trip (...attribute_round_trip) 1191/1966 ( 60.6%): test_boolean_attribute_xml_adds_empty_string (...ty_string) 1192/1966 ( 60.6%): test_default_parser_HTML_broken (...ult_parser_HTML_broken) 1193/1966 ( 60.7%): test_html5_doctype (...mlParserTestCase.test_html5_doctype) 1194/1966 ( 60.7%): test_html_element_name_colon (...t_html_element_name_colon) 1195/1966 ( 60.8%): test_html_element_name_empty (...t_html_element_name_empty) 1196/1966 ( 60.8%): test_html_element_name_quote (...t_html_element_name_quote) 1197/1966 ( 60.9%): test_html_element_name_space (...t_html_element_name_space) 1198/1966 ( 60.9%): test_html_feed_parser (...erTestCase.test_html_feed_parser) 1199/1966 ( 61.0%): test_html_feed_parser_chunky (...t_html_feed_parser_chunky) 1200/1966 ( 61.0%): test_html_feed_parser_more_tags (..._feed_parser_more_tags) 1201/1966 ( 61.1%): test_html_file_error (...rserTestCase.test_html_file_error) 1202/1966 ( 61.1%): test_html_fromstring_target_exceptions (...rget_exceptions) 1203/1966 ( 61.2%): test_html_ids (...lparser.HtmlParserTestCase.test_html_ids) 1204/1966 ( 61.2%): test_html_ids_no_collect_ids (...t_html_ids_no_collect_ids) 1205/1966 ( 61.3%): test_html_iterparse (...ParserTestCase.test_html_iterparse) 1206/1966 ( 61.3%): test_html_iterparse_broken (....test_html_iterparse_broken) 1207/1966 ( 61.4%): test_html_iterparse_broken_no_recover (...roken_no_recover) 1208/1966 ( 61.4%): test_html_iterparse_file (...Case.test_html_iterparse_file) 1209/1966 ( 61.5%): test_html_iterparse_start (...se.test_html_iterparse_start) 1210/1966 ( 61.5%): test_html_iterparse_stop_short (...ml_iterparse_stop_short) 1211/1966 ( 61.6%): test_html_iterparse_tag (...stCase.test_html_iterparse_tag) 1212/1966 ( 61.6%): test_html_parser_target_doctype_empty (...et_doctype_empty) 1213/1966 ( 61.7%): test_html_parser_target_doctype_html (...rget_doctype_html) 1214/1966 ( 61.7%): test_html_parser_target_doctype_html_full (...pe_html_full) 1215/1966 ( 61.8%): test_html_parser_target_exceptions (...r_target_exceptions) 1216/1966 ( 61.9%): test_html_parser_target_tag (...est_html_parser_target_tag) 1217/1966 ( 61.9%): test_html_subelement_name_colon (..._subelement_name_colon) 1218/1966 ( 62.0%): test_html_subelement_name_empty (..._subelement_name_empty) 1219/1966 ( 62.0%): test_html_subelement_name_quote (..._subelement_name_quote) 1220/1966 ( 62.1%): test_html_subelement_name_space (..._subelement_name_space) 1221/1966 ( 62.1%): test_ietf_decl (...arser.HtmlParserTestCase.test_ietf_decl) 1222/1966 ( 62.2%): test_module_HTML (...r.HtmlParserTestCase.test_module_HTML) 1223/1966 ( 62.2%): test_module_HTML_access (...stCase.test_module_HTML_access) 1224/1966 ( 62.3%): test_module_HTML_broken (...stCase.test_module_HTML_broken) 1225/1966 ( 62.3%): test_module_HTML_cdata (...TestCase.test_module_HTML_cdata) 1226/1966 ( 62.4%): test_module_HTML_pretty_print (...module_HTML_pretty_print) 1227/1966 ( 62.4%): test_module_HTML_unicode (...Case.test_module_HTML_unicode) 1228/1966 ( 62.5%): test_module_parse_html (...TestCase.test_module_parse_html) 1229/1966 ( 62.5%): test_module_parse_html_default_doctype (...default_doctype) 1230/1966 ( 62.6%): test_module_parse_html_error (...t_module_parse_html_error) 1231/1966 ( 62.6%): test_module_parse_html_filelike (...le_parse_html_filelike) 1232/1966 ( 62.7%): test_module_parse_html_norecover (..._parse_html_norecover) 1233/1966 ( 62.7%): test_parse_encoding_8bit_explicit (...coding_8bit_explicit) 1234/1966 ( 62.8%): test_parse_encoding_8bit_override (...coding_8bit_override) 1235/1966 ( 62.8%): test_set_decl_html (...mlParserTestCase.test_set_decl_html) 1236/1966 ( 62.9%): test_wide_unicode_html (...TestCase.test_wide_unicode_html) 1237/1966 ( 62.9%): test_xhtml_as_html_as_xml (...se.test_xhtml_as_html_as_xml) 1238/1966 ( 63.0%): test_http_client (...tp_io.HttpIOTestCase.test_http_client) 1239/1966 ( 63.0%): test_http_client_404 (...tpIOTestCase.test_http_client_404) 1240/1966 ( 63.1%): test_http_client_gzip (...IOTestCase.test_http_client_gzip) 1241/1966 ( 63.1%): test_network_dtd (...tp_io.HttpIOTestCase.test_network_dtd) 1242/1966 ( 63.2%): test_parser_input_mix (...IOTestCase.test_parser_input_mix) 1243/1966 ( 63.2%): test_anonymous_namespace (...Case.test_anonymous_namespace) 1244/1966 ( 63.3%): test_attribute (...e.BytesIOXmlFileTestCase.test_attribute) 1245/1966 ( 63.3%): test_attribute_extra (...FileTestCase.test_attribute_extra) 1246/1966 ( 63.4%): test_attribute_extra_duplicate (...tribute_extra_duplicate) 1247/1966 ( 63.4%): test_buffering (...e.BytesIOXmlFileTestCase.test_buffering) 1248/1966 ( 63.5%): test_closing_out_of_order_in_error_case (..._in_error_case) 1249/1966 ( 63.5%): test_comment (...lfile.BytesIOXmlFileTestCase.test_comment) 1250/1966 ( 63.6%): test_default_namespace (...TestCase.test_default_namespace) 1251/1966 ( 63.6%): test_element (...lfile.BytesIOXmlFileTestCase.test_element) 1252/1966 ( 63.7%): test_element_nested (...mlFileTestCase.test_element_nested) 1253/1966 ( 63.7%): test_element_nested_with_text (...element_nested_with_text) 1254/1966 ( 63.8%): test_element_write_empty (...Case.test_element_write_empty) 1255/1966 ( 63.8%): test_element_write_text (...stCase.test_element_write_text) 1256/1966 ( 63.9%): test_encoding (...ile.BytesIOXmlFileTestCase.test_encoding) 1257/1966 ( 63.9%): test_escaping (...ile.BytesIOXmlFileTestCase.test_escaping) 1258/1966 ( 64.0%): test_failure_preceding_text (...est_failure_preceding_text) 1259/1966 ( 64.0%): test_failure_trailing_Element (...failure_trailing_Element) 1260/1966 ( 64.1%): test_failure_trailing_text (....test_failure_trailing_text) 1261/1966 ( 64.1%): test_filelike_close (...mlFileTestCase.test_filelike_close) 1262/1966 ( 64.2%): test_flush (...l_xmlfile.BytesIOXmlFileTestCase.test_flush) 1263/1966 ( 64.2%): test_generator_close_continues_closing (...ntinues_closing) 1264/1966 ( 64.3%): test_namespace_nested_anonymous (...space_nested_anonymous) 1265/1966 ( 64.3%): test_namespace_nested_nsmap (...est_namespace_nested_nsmap) 1266/1966 ( 64.4%): test_namespace_nsmap (...FileTestCase.test_namespace_nsmap) 1267/1966 ( 64.4%): test_nested_default_namespace (...nested_default_namespace) 1268/1966 ( 64.5%): test_nested_default_namespace_and_other (...pace_and_other) 1269/1966 ( 64.5%): test_non_io_exception_continues_closing (...tinues_closing) 1270/1966 ( 64.6%): test_pi (...emental_xmlfile.BytesIOXmlFileTestCase.test_pi) 1271/1966 ( 64.6%): test_write_Element (...OXmlFileTestCase.test_write_Element) 1272/1966 ( 64.7%): test_write_Element_repeatedly (...write_Element_repeatedly) 1273/1966 ( 64.8%): test_anonymous_namespace (...Case.test_anonymous_namespace) 1274/1966 ( 64.8%): test_attribute (...file.TempXmlFileTestCase.test_attribute) 1275/1966 ( 64.9%): test_attribute_extra (...FileTestCase.test_attribute_extra) 1276/1966 ( 64.9%): test_attribute_extra_duplicate (...tribute_extra_duplicate) 1277/1966 ( 65.0%): test_buffering (...file.TempXmlFileTestCase.test_buffering) 1278/1966 ( 65.0%): test_closing_out_of_order_in_error_case (..._in_error_case) 1279/1966 ( 65.1%): test_comment (..._xmlfile.TempXmlFileTestCase.test_comment) 1280/1966 ( 65.1%): test_default_namespace (...TestCase.test_default_namespace) 1281/1966 ( 65.2%): test_element (..._xmlfile.TempXmlFileTestCase.test_element) 1282/1966 ( 65.2%): test_element_nested (...mlFileTestCase.test_element_nested) 1283/1966 ( 65.3%): test_element_nested_with_text (...element_nested_with_text) 1284/1966 ( 65.3%): test_element_write_empty (...Case.test_element_write_empty) 1285/1966 ( 65.4%): test_element_write_text (...stCase.test_element_write_text) 1286/1966 ( 65.4%): test_encoding (...mlfile.TempXmlFileTestCase.test_encoding) 1287/1966 ( 65.5%): test_escaping (...mlfile.TempXmlFileTestCase.test_escaping) 1288/1966 ( 65.5%): test_failure_preceding_text (...est_failure_preceding_text) 1289/1966 ( 65.6%): test_failure_trailing_Element (...failure_trailing_Element) 1290/1966 ( 65.6%): test_failure_trailing_text (....test_failure_trailing_text) 1291/1966 ( 65.7%): test_flush (...ntal_xmlfile.TempXmlFileTestCase.test_flush) 1292/1966 ( 65.7%): test_generator_close_continues_closing (...ntinues_closing) 1293/1966 ( 65.8%): test_namespace_nested_anonymous (...space_nested_anonymous) 1294/1966 ( 65.8%): test_namespace_nested_nsmap (...est_namespace_nested_nsmap) 1295/1966 ( 65.9%): test_namespace_nsmap (...FileTestCase.test_namespace_nsmap) 1296/1966 ( 65.9%): test_nested_default_namespace (...nested_default_namespace) 1297/1966 ( 66.0%): test_nested_default_namespace_and_other (...pace_and_other) 1298/1966 ( 66.0%): test_non_io_exception_continues_closing (...tinues_closing) 1299/1966 ( 66.1%): test_pi (...ncremental_xmlfile.TempXmlFileTestCase.test_pi) 1300/1966 ( 66.1%): test_write_Element (...pXmlFileTestCase.test_write_Element) 1301/1966 ( 66.2%): test_write_Element_repeatedly (...write_Element_repeatedly) 1302/1966 ( 66.2%): test_anonymous_namespace (...Case.test_anonymous_namespace) 1303/1966 ( 66.3%): test_attribute (....TempPathXmlFileTestCase.test_attribute) 1304/1966 ( 66.3%): test_attribute_extra (...FileTestCase.test_attribute_extra) 1305/1966 ( 66.4%): test_attribute_extra_duplicate (...tribute_extra_duplicate) 1306/1966 ( 66.4%): test_buffering (....TempPathXmlFileTestCase.test_buffering) 1307/1966 ( 66.5%): test_closing_out_of_order_in_error_case (..._in_error_case) 1308/1966 ( 66.5%): test_comment (...file.TempPathXmlFileTestCase.test_comment) 1309/1966 ( 66.6%): test_default_namespace (...TestCase.test_default_namespace) 1310/1966 ( 66.6%): test_element (...file.TempPathXmlFileTestCase.test_element) 1311/1966 ( 66.7%): test_element_nested (...mlFileTestCase.test_element_nested) 1312/1966 ( 66.7%): test_element_nested_with_text (...element_nested_with_text) 1313/1966 ( 66.8%): test_element_write_empty (...Case.test_element_write_empty) 1314/1966 ( 66.8%): test_element_write_text (...stCase.test_element_write_text) 1315/1966 ( 66.9%): test_encoding (...le.TempPathXmlFileTestCase.test_encoding) 1316/1966 ( 66.9%): test_escaping (...le.TempPathXmlFileTestCase.test_escaping) 1317/1966 ( 67.0%): test_failure_preceding_text (...est_failure_preceding_text) 1318/1966 ( 67.0%): test_failure_trailing_Element (...failure_trailing_Element) 1319/1966 ( 67.1%): test_failure_trailing_text (....test_failure_trailing_text) 1320/1966 ( 67.1%): test_flush (..._xmlfile.TempPathXmlFileTestCase.test_flush) 1321/1966 ( 67.2%): test_generator_close_continues_closing (...ntinues_closing) 1322/1966 ( 67.2%): test_namespace_nested_anonymous (...space_nested_anonymous) 1323/1966 ( 67.3%): test_namespace_nested_nsmap (...est_namespace_nested_nsmap) 1324/1966 ( 67.3%): test_namespace_nsmap (...FileTestCase.test_namespace_nsmap) 1325/1966 ( 67.4%): test_nested_default_namespace (...nested_default_namespace) 1326/1966 ( 67.4%): test_nested_default_namespace_and_other (...pace_and_other) 1327/1966 ( 67.5%): test_non_io_exception_continues_closing (...tinues_closing) 1328/1966 ( 67.5%): test_pi (...mental_xmlfile.TempPathXmlFileTestCase.test_pi) 1329/1966 ( 67.6%): test_write_Element (...hXmlFileTestCase.test_write_Element) 1330/1966 ( 67.7%): test_write_Element_repeatedly (...write_Element_repeatedly) 1331/1966 ( 67.7%): test_anonymous_namespace (...Case.test_anonymous_namespace) 1332/1966 ( 67.8%): test_attribute (...eFileLikeXmlFileTestCase.test_attribute) 1333/1966 ( 67.8%): test_attribute_extra (...FileTestCase.test_attribute_extra) 1334/1966 ( 67.9%): test_attribute_extra_duplicate (...tribute_extra_duplicate) 1335/1966 ( 67.9%): test_buffering (...eFileLikeXmlFileTestCase.test_buffering) 1336/1966 ( 68.0%): test_closing_out_of_order_in_error_case (..._in_error_case) 1337/1966 ( 68.0%): test_comment (...impleFileLikeXmlFileTestCase.test_comment) 1338/1966 ( 68.1%): test_default_namespace (...TestCase.test_default_namespace) 1339/1966 ( 68.1%): test_element (...impleFileLikeXmlFileTestCase.test_element) 1340/1966 ( 68.2%): test_element_nested (...mlFileTestCase.test_element_nested) 1341/1966 ( 68.2%): test_element_nested_with_text (...element_nested_with_text) 1342/1966 ( 68.3%): test_element_write_empty (...Case.test_element_write_empty) 1343/1966 ( 68.3%): test_element_write_text (...stCase.test_element_write_text) 1344/1966 ( 68.4%): test_encoding (...pleFileLikeXmlFileTestCase.test_encoding) 1345/1966 ( 68.4%): test_escaping (...pleFileLikeXmlFileTestCase.test_escaping) 1346/1966 ( 68.5%): test_failure_preceding_text (...est_failure_preceding_text) 1347/1966 ( 68.5%): test_failure_trailing_Element (...failure_trailing_Element) 1348/1966 ( 68.6%): test_failure_trailing_text (....test_failure_trailing_text) 1349/1966 ( 68.6%): test_filelike_close (...mlFileTestCase.test_filelike_close) 1350/1966 ( 68.7%): test_filelike_not_closing (...se.test_filelike_not_closing) 1351/1966 ( 68.7%): test_flush (...le.SimpleFileLikeXmlFileTestCase.test_flush) 1352/1966 ( 68.8%): test_generator_close_continues_closing (...ntinues_closing) 1353/1966 ( 68.8%): test_namespace_nested_anonymous (...space_nested_anonymous) 1354/1966 ( 68.9%): test_namespace_nested_nsmap (...est_namespace_nested_nsmap) 1355/1966 ( 68.9%): test_namespace_nsmap (...FileTestCase.test_namespace_nsmap) 1356/1966 ( 69.0%): test_nested_default_namespace (...nested_default_namespace) 1357/1966 ( 69.0%): test_nested_default_namespace_and_other (...pace_and_other) 1358/1966 ( 69.1%): test_non_io_exception_continues_closing (...tinues_closing) 1359/1966 ( 69.1%): test_pi (..._xmlfile.SimpleFileLikeXmlFileTestCase.test_pi) 1360/1966 ( 69.2%): test_write_Element (...eXmlFileTestCase.test_write_Element) 1361/1966 ( 69.2%): test_write_Element_repeatedly (...write_Element_repeatedly) 1362/1966 ( 69.3%): test_write_fails (...eLikeXmlFileTestCase.test_write_fails) 1363/1966 ( 69.3%): test_anonymous_namespace (...Case.test_anonymous_namespace) 1364/1966 ( 69.4%): test_attribute (...xmlfile.HtmlFileTestCase.test_attribute) 1365/1966 ( 69.4%): test_attribute_extra (...FileTestCase.test_attribute_extra) 1366/1966 ( 69.5%): test_attribute_extra_duplicate (...tribute_extra_duplicate) 1367/1966 ( 69.5%): test_attribute_quoting (...TestCase.test_attribute_quoting) 1368/1966 ( 69.6%): test_attribute_quoting_unicode (...tribute_quoting_unicode) 1369/1966 ( 69.6%): test_buffering (...xmlfile.HtmlFileTestCase.test_buffering) 1370/1966 ( 69.7%): test_closing_out_of_order_in_error_case (..._in_error_case) 1371/1966 ( 69.7%): test_comment (...tal_xmlfile.HtmlFileTestCase.test_comment) 1372/1966 ( 69.8%): test_default_namespace (...TestCase.test_default_namespace) 1373/1966 ( 69.8%): test_element (...tal_xmlfile.HtmlFileTestCase.test_element) 1374/1966 ( 69.9%): test_element_nested (...mlFileTestCase.test_element_nested) 1375/1966 ( 69.9%): test_element_nested_with_text (...element_nested_with_text) 1376/1966 ( 70.0%): test_element_write_empty (...Case.test_element_write_empty) 1377/1966 ( 70.0%): test_element_write_text (...stCase.test_element_write_text) 1378/1966 ( 70.1%): test_encoding (...l_xmlfile.HtmlFileTestCase.test_encoding) 1379/1966 ( 70.1%): test_escaping (...l_xmlfile.HtmlFileTestCase.test_escaping) 1380/1966 ( 70.2%): test_failure_preceding_text (...est_failure_preceding_text) 1381/1966 ( 70.2%): test_failure_trailing_Element (...failure_trailing_Element) 1382/1966 ( 70.3%): test_failure_trailing_text (....test_failure_trailing_text) 1383/1966 ( 70.3%): test_flush (...emental_xmlfile.HtmlFileTestCase.test_flush) 1384/1966 ( 70.4%): test_generator_close_continues_closing (...ntinues_closing) 1385/1966 ( 70.4%): test_method_context_manager_misuse (...text_manager_misuse) 1386/1966 ( 70.5%): test_namespace_nested_anonymous (...space_nested_anonymous) 1387/1966 ( 70.5%): test_namespace_nested_nsmap (...est_namespace_nested_nsmap) 1388/1966 ( 70.6%): test_namespace_nsmap (...FileTestCase.test_namespace_nsmap) 1389/1966 ( 70.7%): test_nested_default_namespace (...nested_default_namespace) 1390/1966 ( 70.7%): test_nested_default_namespace_and_other (...pace_and_other) 1391/1966 ( 70.8%): test_non_io_exception_continues_closing (...tinues_closing) 1392/1966 ( 70.8%): test_open_namespaced_element (...t_open_namespaced_element) 1393/1966 ( 70.9%): test_pi (...t_incremental_xmlfile.HtmlFileTestCase.test_pi) 1394/1966 ( 70.9%): test_unescaped_script (...leTestCase.test_unescaped_script) 1395/1966 ( 71.0%): test_unescaped_script_incremental (...d_script_incremental) 1396/1966 ( 71.0%): test_void_elements (...HtmlFileTestCase.test_void_elements) 1397/1966 ( 71.1%): test_write_Element (...HtmlFileTestCase.test_write_Element) 1398/1966 ( 71.1%): test_write_Element_repeatedly (...write_Element_repeatedly) 1399/1966 ( 71.2%): test_write_declaration (...TestCase.test_write_declaration) 1400/1966 ( 71.2%): test_write_namespaced_element (...write_namespaced_element) 1401/1966 ( 71.3%): test_xml_mode_element_inside_html (..._element_inside_html) 1402/1966 ( 71.3%): test_xml_mode_write_inside_html (...mode_write_inside_html) 1403/1966 ( 71.4%): test_async (...tal_xmlfile.AsyncXmlFileTestCase.test_async) 1404/1966 ( 71.4%): test_async_api (...ile.AsyncXmlFileTestCase.test_async_api) 1405/1966 ( 71.5%): test_class_parse_filename (...se.test_class_parse_filename) 1406/1966 ( 71.5%): test_class_parse_filename_remove_previous (...ove_previous) 1407/1966 ( 71.6%): test_class_parse_fileobject (...est_class_parse_fileobject) 1408/1966 ( 71.6%): test_class_parse_unamed_fileobject (...e_unamed_fileobject) 1409/1966 ( 71.7%): test_etree_parse_io_error (...se.test_etree_parse_io_error) 1410/1966 ( 71.7%): test_iterparse_utf16_bom (...Case.test_iterparse_utf16_bom) 1411/1966 ( 71.8%): test_iterparse_utf8_bom (...stCase.test_iterparse_utf8_bom) 1412/1966 ( 71.8%): test_module_parse_fileobject_error (...se_fileobject_error) 1413/1966 ( 71.9%): test_module_parse_fileobject_late_error (...ect_late_error) 1414/1966 ( 71.9%): test_module_parse_fileobject_type_error (...ect_type_error) 1415/1966 ( 72.0%): test_module_parse_gzipobject (...t_module_parse_gzipobject) 1416/1966 ( 72.0%): test_module_parse_large_fileobject (...se_large_fileobject) 1417/1966 ( 72.1%): test_parse_utf8_bom (...TreeIOTestCase.test_parse_utf8_bom) 1418/1966 ( 72.1%): test_tree_io (...ests.test_io.ETreeIOTestCase.test_tree_io) 1419/1966 ( 72.2%): test_tree_io_latin1 (...TreeIOTestCase.test_tree_io_latin1) 1420/1966 ( 72.2%): test_write_compressed_text (....test_write_compressed_text) 1421/1966 ( 72.3%): test_write_filename (...TreeIOTestCase.test_write_filename) 1422/1966 ( 72.3%): test_write_filename_special_percent (...me_special_percent) 1423/1966 ( 72.4%): test_write_filename_special_plus (...filename_special_plus) 1424/1966 ( 72.4%): test_write_invalid_filename (...est_write_invalid_filename) 1425/1966 ( 72.5%): test_class_parse_filename (...se.test_class_parse_filename) 1426/1966 ( 72.5%): test_class_parse_filename_remove_previous (...ove_previous) 1427/1966 ( 72.6%): test_class_parse_fileobject (...est_class_parse_fileobject) 1428/1966 ( 72.6%): test_class_parse_unamed_fileobject (...e_unamed_fileobject) 1429/1966 ( 72.7%): test_etree_parse_io_error (...se.test_etree_parse_io_error) 1430/1966 ( 72.7%): test_iterparse_utf16_bom (...Case.test_iterparse_utf16_bom) 1431/1966 ( 72.8%): test_iterparse_utf8_bom (...stCase.test_iterparse_utf8_bom) 1432/1966 ( 72.8%): test_module_parse_fileobject_error (...se_fileobject_error) 1433/1966 ( 72.9%): test_module_parse_fileobject_late_error (...ect_late_error) 1434/1966 ( 72.9%): test_module_parse_fileobject_type_error (...ect_type_error) 1435/1966 ( 73.0%): test_module_parse_gzipobject (...t_module_parse_gzipobject) 1436/1966 ( 73.0%): test_module_parse_large_fileobject (...se_large_fileobject) 1437/1966 ( 73.1%): test_parse_utf8_bom (...TreeIOTestCase.test_parse_utf8_bom) 1438/1966 ( 73.1%): test_tree_io (...est_io.ElementTreeIOTestCase.test_tree_io) 1439/1966 ( 73.2%): test_tree_io_latin1 (...TreeIOTestCase.test_tree_io_latin1) 1440/1966 ( 73.2%): test_write_filename (...TreeIOTestCase.test_write_filename) 1441/1966 ( 73.3%): test_write_filename_special_percent (...me_special_percent) 1442/1966 ( 73.3%): test_write_filename_special_plus (...filename_special_plus) 1443/1966 ( 73.4%): test_write_invalid_filename (...est_write_invalid_filename) 1444/1966 ( 73.4%): test_schematron (...eISOSchematronTestCase.test_schematron) 1445/1966 ( 73.5%): test_schematron_abstract (...Case.test_schematron_abstract) 1446/1966 ( 73.6%): test_schematron_assertValid (...est_schematron_assertValid) 1447/1966 ( 73.6%): test_schematron_call (...tronTestCase.test_schematron_call) 1448/1966 ( 73.7%): test_schematron_customization (...schematron_customization) 1449/1966 ( 73.7%): test_schematron_elementtree_error (...on_elementtree_error) 1450/1966 ( 73.8%): test_schematron_empty_pattern (...schematron_empty_pattern) 1451/1966 ( 73.8%): test_schematron_error_log (...se.test_schematron_error_log) 1452/1966 ( 73.9%): test_schematron_fail_on_report (...hematron_fail_on_report) 1453/1966 ( 73.9%): test_schematron_from_element (...t_schematron_from_element) 1454/1966 ( 74.0%): test_schematron_from_file (...se.test_schematron_from_file) 1455/1966 ( 74.0%): test_schematron_from_tree (...se.test_schematron_from_tree) 1456/1966 ( 74.1%): test_schematron_invalid_args (...t_schematron_invalid_args) 1457/1966 ( 74.1%): test_schematron_invalid_schema_empty (...alid_schema_empty) 1458/1966 ( 74.2%): test_schematron_invalid_schema_namespace (...ema_namespace) 1459/1966 ( 74.2%): test_schematron_phases (...TestCase.test_schematron_phases) 1460/1966 ( 74.3%): test_schematron_phases_kwarg (...t_schematron_phases_kwarg) 1461/1966 ( 74.3%): test_schematron_relaxng_embedded (...tron_relaxng_embedded) 1462/1966 ( 74.4%): test_schematron_result_report (...schematron_result_report) 1463/1966 ( 74.4%): test_schematron_store_schematron (...tron_store_schematron) 1464/1966 ( 74.5%): test_schematron_store_xslt (....test_schematron_store_xslt) 1465/1966 ( 74.5%): test_schematron_validate (...Case.test_schematron_validate) 1466/1966 ( 74.6%): test_schematron_xmlschema_embedded (..._xmlschema_embedded) 1467/1966 ( 74.6%): Schematron (...tron) Doctest: lxml.isoschematron.Schematron 1468/1966 ( 74.7%): txt (validation) Doctest: validation.txt 1469/1966 ( 74.7%): test_create_element (...lassesTestCase.test_create_element) 1470/1966 ( 74.8%): test_create_element_default (...est_create_element_default) 1471/1966 ( 74.8%): test_default_tagname (...ssesTestCase.test_default_tagname) 1472/1966 ( 74.9%): test_element_creation (...esTestCase.test_element_creation) 1473/1966 ( 74.9%): test_ns_classes (...mespaceClassesTestCase.test_ns_classes) 1474/1966 ( 75.0%): test_registry (...eeNamespaceClassesTestCase.test_registry) 1475/1966 ( 75.0%): txt (element_classes) Doctest: element_classes.txt 1476/1966 ( 75.1%): test_XML_base_url_docinfo (...se.test_XML_base_url_docinfo) 1477/1966 ( 75.1%): test_XML_set_base_url_docinfo (...XML_set_base_url_docinfo) 1478/1966 ( 75.2%): test_addattr (..._objectify.ObjectifyTestCase.test_addattr) 1479/1966 ( 75.2%): test_addattr_element (...tifyTestCase.test_addattr_element) 1480/1966 ( 75.3%): test_addattr_list (....ObjectifyTestCase.test_addattr_list) 1481/1966 ( 75.3%): test_build_tree (...tify.ObjectifyTestCase.test_build_tree) 1482/1966 ( 75.4%): test_change_pytype_attribute (...t_change_pytype_attribute) 1483/1966 ( 75.4%): test_child (...test_objectify.ObjectifyTestCase.test_child) 1484/1966 ( 75.5%): test_child_addattr (...bjectifyTestCase.test_child_addattr) 1485/1966 ( 75.5%): test_child_getattr (...bjectifyTestCase.test_child_getattr) 1486/1966 ( 75.6%): test_child_getattr_empty_ns (...est_child_getattr_empty_ns) 1487/1966 ( 75.6%): test_child_index (...fy.ObjectifyTestCase.test_child_index) 1488/1966 ( 75.7%): test_child_index_neg (...tifyTestCase.test_child_index_neg) 1489/1966 ( 75.7%): test_child_iter (...tify.ObjectifyTestCase.test_child_iter) 1490/1966 ( 75.8%): test_child_len (...ectify.ObjectifyTestCase.test_child_len) 1491/1966 ( 75.8%): test_child_nonexistant (...TestCase.test_child_nonexistant) 1492/1966 ( 75.9%): test_child_ns_nons (...bjectifyTestCase.test_child_ns_nons) 1493/1966 ( 75.9%): test_child_set_ro (....ObjectifyTestCase.test_child_set_ro) 1494/1966 ( 76.0%): test_class_lookup (....ObjectifyTestCase.test_class_lookup) 1495/1966 ( 76.0%): test_countchildren (...bjectifyTestCase.test_countchildren) 1496/1966 ( 76.1%): test_data_element_NoneType (....test_data_element_NoneType) 1497/1966 ( 76.1%): test_data_element_attrib_attributes_precedence (...cedence) 1498/1966 ( 76.2%): test_data_element_bool (...TestCase.test_data_element_bool) 1499/1966 ( 76.2%): test_data_element_bool_text (...est_data_element_bool_text) 1500/1966 ( 76.3%): test_data_element_data_element_arg (...nt_data_element_arg) 1501/1966 ( 76.3%): test_data_element_data_element_arg_invalid_pytype (...type) 1502/1966 ( 76.4%): test_data_element_data_element_arg_invalid_xsi (...lid_xsi) 1503/1966 ( 76.4%): test_data_element_data_element_arg_pytype (...t_arg_pytype) 1504/1966 ( 76.5%): test_data_element_data_element_arg_pytype_none (...pe_none) 1505/1966 ( 76.6%): test_data_element_data_element_arg_pytype_xsitype (...type) 1506/1966 ( 76.6%): test_data_element_data_element_arg_xsitype (...arg_xsitype) 1507/1966 ( 76.7%): test_data_element_element_arg (...data_element_element_arg) 1508/1966 ( 76.7%): test_data_element_float (...stCase.test_data_element_float) 1509/1966 ( 76.8%): test_data_element_float_hash (...t_data_element_float_hash) 1510/1966 ( 76.8%): test_data_element_float_hash_repr (...ment_float_hash_repr) 1511/1966 ( 76.9%): test_data_element_float_precision (...ment_float_precision) 1512/1966 ( 76.9%): test_data_element_float_special_value_text (..._value_text) 1513/1966 ( 77.0%): test_data_element_int (...fyTestCase.test_data_element_int) 1514/1966 ( 77.0%): test_data_element_int_hash (....test_data_element_int_hash) 1515/1966 ( 77.1%): test_data_element_invalid_pytype (...lement_invalid_pytype) 1516/1966 ( 77.1%): test_data_element_invalid_xsi (...data_element_invalid_xsi) 1517/1966 ( 77.2%): test_data_element_nsmap_custom (...ta_element_nsmap_custom) 1518/1966 ( 77.2%): test_data_element_nsmap_custom_prefixes (...ustom_prefixes) 1519/1966 ( 77.3%): test_data_element_nsmap_default (..._element_nsmap_default) 1520/1966 ( 77.3%): test_data_element_nsmap_empty (...data_element_nsmap_empty) 1521/1966 ( 77.4%): test_data_element_pytype_none (...data_element_pytype_none) 1522/1966 ( 77.4%): test_data_element_pytype_none_compat (...ytype_none_compat) 1523/1966 ( 77.5%): test_data_element_pytypes (...se.test_data_element_pytypes) 1524/1966 ( 77.5%): test_data_element_str (...fyTestCase.test_data_element_str) 1525/1966 ( 77.6%): test_data_element_str_floatliteral (...nt_str_floatliteral) 1526/1966 ( 77.6%): test_data_element_str_intliteral (...lement_str_intliteral) 1527/1966 ( 77.7%): test_data_element_unregistered (...ta_element_unregistered) 1528/1966 ( 77.7%): test_data_element_ustr (...TestCase.test_data_element_ustr) 1529/1966 ( 77.8%): test_data_element_ustr_floatliteral (..._ustr_floatliteral) 1530/1966 ( 77.8%): test_data_element_ustr_intliteral (...ment_ustr_intliteral) 1531/1966 ( 77.9%): test_data_element_xsitypes (....test_data_element_xsitypes) 1532/1966 ( 77.9%): test_data_element_xsitypes_prefixed (..._xsitypes_prefixed) 1533/1966 ( 78.0%): test_data_element_xsitypes_xsdprefixed (...pes_xsdprefixed) 1534/1966 ( 78.0%): test_dataelement_xsi (...tifyTestCase.test_dataelement_xsi) 1535/1966 ( 78.1%): test_dataelement_xsi_nsmap (....test_dataelement_xsi_nsmap) 1536/1966 ( 78.1%): test_dataelement_xsi_prefix_error (...ent_xsi_prefix_error) 1537/1966 ( 78.2%): test_date_element_efactory_tail (..._element_efactory_tail) 1538/1966 ( 78.2%): test_date_element_efactory_text (..._element_efactory_text) 1539/1966 ( 78.3%): test_deannotate (...tify.ObjectifyTestCase.test_deannotate) 1540/1966 ( 78.3%): test_delitem_index (...bjectifyTestCase.test_delitem_index) 1541/1966 ( 78.4%): test_descendant_paths (...fyTestCase.test_descendant_paths) 1542/1966 ( 78.4%): test_descendant_paths_child (...est_descendant_paths_child) 1543/1966 ( 78.5%): test_descendant_paths_prefix (...t_descendant_paths_prefix) 1544/1966 ( 78.5%): test_dir (...sts.test_objectify.ObjectifyTestCase.test_dir) 1545/1966 ( 78.6%): test_efactory_attrib (...tifyTestCase.test_efactory_attrib) 1546/1966 ( 78.6%): test_efactory_bool (...bjectifyTestCase.test_efactory_bool) 1547/1966 ( 78.7%): test_efactory_float (...ectifyTestCase.test_efactory_float) 1548/1966 ( 78.7%): test_efactory_int (....ObjectifyTestCase.test_efactory_int) 1549/1966 ( 78.8%): test_efactory_nested (...tifyTestCase.test_efactory_nested) 1550/1966 ( 78.8%): test_efactory_none (...bjectifyTestCase.test_efactory_none) 1551/1966 ( 78.9%): test_efactory_str (....ObjectifyTestCase.test_efactory_str) 1552/1966 ( 78.9%): test_efactory_subtype (...fyTestCase.test_efactory_subtype) 1553/1966 ( 79.0%): test_efactory_unicode (...fyTestCase.test_efactory_unicode) 1554/1966 ( 79.0%): test_efactory_value_concatenation (..._value_concatenation) 1555/1966 ( 79.1%): test_element_nsmap_custom (...se.test_element_nsmap_custom) 1556/1966 ( 79.1%): test_element_nsmap_custom_prefixes (...map_custom_prefixes) 1557/1966 ( 79.2%): test_element_nsmap_default (....test_element_nsmap_default) 1558/1966 ( 79.2%): test_element_nsmap_empty (...Case.test_element_nsmap_empty) 1559/1966 ( 79.3%): test_findall (..._objectify.ObjectifyTestCase.test_findall) 1560/1966 ( 79.3%): test_findall_ns (...tify.ObjectifyTestCase.test_findall_ns) 1561/1966 ( 79.4%): test_getslice_complete (...TestCase.test_getslice_complete) 1562/1966 ( 79.5%): test_getslice_partial (...fyTestCase.test_getslice_partial) 1563/1966 ( 79.5%): test_getslice_partial_neg (...se.test_getslice_partial_neg) 1564/1966 ( 79.6%): test_object_path (...fy.ObjectifyTestCase.test_object_path) 1565/1966 ( 79.6%): test_object_path_addattr (...Case.test_object_path_addattr) 1566/1966 ( 79.7%): test_object_path_addattr_create (...ct_path_addattr_create) 1567/1966 ( 79.7%): test_object_path_addattr_create_element (...create_element) 1568/1966 ( 79.8%): test_object_path_addattr_create_list (...dattr_create_list) 1569/1966 ( 79.8%): test_object_path_addattr_element (..._path_addattr_element) 1570/1966 ( 79.9%): test_object_path_default_absolute (...ath_default_absolute) 1571/1966 ( 79.9%): test_object_path_default_relative (...ath_default_relative) 1572/1966 ( 80.0%): test_object_path_dot (...tifyTestCase.test_object_path_dot) 1573/1966 ( 80.0%): test_object_path_dot_list (...se.test_object_path_dot_list) 1574/1966 ( 80.1%): test_object_path_dot_root (...se.test_object_path_dot_root) 1575/1966 ( 80.1%): test_object_path_dot_root_list (...ject_path_dot_root_list) 1576/1966 ( 80.2%): test_object_path_fail (...fyTestCase.test_object_path_fail) 1577/1966 ( 80.2%): test_object_path_fail_parse_empty (...ath_fail_parse_empty) 1578/1966 ( 80.3%): test_object_path_fail_parse_empty_list (...arse_empty_list) 1579/1966 ( 80.3%): test_object_path_hasattr (...Case.test_object_path_hasattr) 1580/1966 ( 80.4%): test_object_path_index (...TestCase.test_object_path_index) 1581/1966 ( 80.4%): test_object_path_index_fail_lookup (...h_index_fail_lookup) 1582/1966 ( 80.5%): test_object_path_index_fail_parse (...ath_index_fail_parse) 1583/1966 ( 80.5%): test_object_path_index_list (...est_object_path_index_list) 1584/1966 ( 80.6%): test_object_path_list (...fyTestCase.test_object_path_list) 1585/1966 ( 80.6%): test_object_path_ns (...ectifyTestCase.test_object_path_ns) 1586/1966 ( 80.7%): test_object_path_ns_list (...Case.test_object_path_ns_list) 1587/1966 ( 80.7%): test_object_path_set (...tifyTestCase.test_object_path_set) 1588/1966 ( 80.8%): test_object_path_set_create (...est_object_path_set_create) 1589/1966 ( 80.8%): test_object_path_set_create_element (...set_create_element) 1590/1966 ( 80.9%): test_object_path_set_create_list (..._path_set_create_list) 1591/1966 ( 80.9%): test_object_path_set_element (...t_object_path_set_element) 1592/1966 ( 81.0%): test_object_path_syntax (...stCase.test_object_path_syntax) 1593/1966 ( 81.0%): test_parse_base_url_docinfo (...est_parse_base_url_docinfo) 1594/1966 ( 81.1%): test_parse_stringio_base_url (...t_parse_stringio_base_url) 1595/1966 ( 81.1%): test_pickle (...st_objectify.ObjectifyTestCase.test_pickle) 1596/1966 ( 81.2%): test_pickle_boolelement (...stCase.test_pickle_boolelement) 1597/1966 ( 81.2%): test_pickle_elementtree (...stCase.test_pickle_elementtree) 1598/1966 ( 81.3%): test_pickle_floattelement (...se.test_pickle_floattelement) 1599/1966 ( 81.3%): test_pickle_intelement (...TestCase.test_pickle_intelement) 1600/1966 ( 81.4%): test_pickle_noneelement (...stCase.test_pickle_noneelement) 1601/1966 ( 81.4%): test_pickle_strelement (...TestCase.test_pickle_strelement) 1602/1966 ( 81.5%): test_pyannotate_empty (...fyTestCase.test_pyannotate_empty) 1603/1966 ( 81.5%): test_pyannotate_ignore_old (....test_pyannotate_ignore_old) 1604/1966 ( 81.6%): test_pyannotate_use_old (...stCase.test_pyannotate_use_old) 1605/1966 ( 81.6%): test_pytype_annotation (...TestCase.test_pytype_annotation) 1606/1966 ( 81.7%): test_pytype_annotation_empty (...t_pytype_annotation_empty) 1607/1966 ( 81.7%): test_pytype_annotation_use_old (...type_annotation_use_old) 1608/1966 ( 81.8%): test_pytype_deannotate (...TestCase.test_pytype_deannotate) 1609/1966 ( 81.8%): test_pytype_xsitype_annotation (...type_xsitype_annotation) 1610/1966 ( 81.9%): test_registered_type_stringify (...gistered_type_stringify) 1611/1966 ( 81.9%): test_registered_types (...fyTestCase.test_registered_types) 1612/1966 ( 82.0%): test_root (...s.test_objectify.ObjectifyTestCase.test_root) 1613/1966 ( 82.0%): test_schema_types (....ObjectifyTestCase.test_schema_types) 1614/1966 ( 82.1%): test_schema_types_prefixed (....test_schema_types_prefixed) 1615/1966 ( 82.1%): test_set_string (...tify.ObjectifyTestCase.test_set_string) 1616/1966 ( 82.2%): test_setattr (..._objectify.ObjectifyTestCase.test_setattr) 1617/1966 ( 82.2%): test_setattr_nonunicode (...stCase.test_setattr_nonunicode) 1618/1966 ( 82.3%): test_setitem_index (...bjectifyTestCase.test_setitem_index) 1619/1966 ( 82.3%): test_setitem_string (...ectifyTestCase.test_setitem_string) 1620/1966 ( 82.4%): test_setitem_string_special (...est_setitem_string_special) 1621/1966 ( 82.5%): test_setslice_complete (...TestCase.test_setslice_complete) 1622/1966 ( 82.5%): test_setslice_elements (...TestCase.test_setslice_elements) 1623/1966 ( 82.6%): test_setslice_empty (...ectifyTestCase.test_setslice_empty) 1624/1966 ( 82.6%): test_setslice_insert (...tifyTestCase.test_setslice_insert) 1625/1966 ( 82.7%): test_setslice_insert_neg (...Case.test_setslice_insert_neg) 1626/1966 ( 82.7%): test_setslice_partial (...fyTestCase.test_setslice_partial) 1627/1966 ( 82.8%): test_setslice_partial_allneg (...t_setslice_partial_allneg) 1628/1966 ( 82.8%): test_setslice_partial_neg (...se.test_setslice_partial_neg) 1629/1966 ( 82.9%): test_setslice_partial_wrong_length (...artial_wrong_length) 1630/1966 ( 82.9%): test_standard_lookup (...tifyTestCase.test_standard_lookup) 1631/1966 ( 83.0%): test_standard_lookup_fuzz (...se.test_standard_lookup_fuzz) 1632/1966 ( 83.0%): test_str (...sts.test_objectify.ObjectifyTestCase.test_str) 1633/1966 ( 83.1%): test_sub_data_element_nsmap_custom (...lement_nsmap_custom) 1634/1966 ( 83.1%): test_sub_data_element_nsmap_custom_prefixes (...m_prefixes) 1635/1966 ( 83.2%): test_sub_data_element_nsmap_default (...ment_nsmap_default) 1636/1966 ( 83.2%): test_sub_data_element_nsmap_empty (..._element_nsmap_empty) 1637/1966 ( 83.3%): test_sub_element_nsmap_custom (...sub_element_nsmap_custom) 1638/1966 ( 83.3%): test_sub_element_nsmap_custom_prefixes (...custom_prefixes) 1639/1966 ( 83.4%): test_sub_element_nsmap_default (...b_element_nsmap_default) 1640/1966 ( 83.4%): test_sub_element_nsmap_empty (...t_sub_element_nsmap_empty) 1641/1966 ( 83.5%): test_type_NoneType (...bjectifyTestCase.test_type_NoneType) 1642/1966 ( 83.5%): test_type_bool (...ectify.ObjectifyTestCase.test_type_bool) 1643/1966 ( 83.6%): test_type_bool_cmp (...bjectifyTestCase.test_type_bool_cmp) 1644/1966 ( 83.6%): test_type_float (...tify.ObjectifyTestCase.test_type_float) 1645/1966 ( 83.7%): test_type_float_instantiation_precision (...tion_precision) 1646/1966 ( 83.7%): test_type_float_precision (...se.test_type_float_precision) 1647/1966 ( 83.8%): test_type_float_precision_consistency (...sion_consistency) 1648/1966 ( 83.8%): test_type_int (...bjectify.ObjectifyTestCase.test_type_int) 1649/1966 ( 83.9%): test_type_int_cmp (....ObjectifyTestCase.test_type_int_cmp) 1650/1966 ( 83.9%): test_type_none_cmp (...bjectifyTestCase.test_type_none_cmp) 1651/1966 ( 84.0%): test_type_str (...bjectify.ObjectifyTestCase.test_type_str) 1652/1966 ( 84.0%): test_type_str_add (....ObjectifyTestCase.test_type_str_add) 1653/1966 ( 84.1%): test_type_str_as_complex (...Case.test_type_str_as_complex) 1654/1966 ( 84.1%): test_type_str_as_float (...TestCase.test_type_str_as_float) 1655/1966 ( 84.2%): test_type_str_as_int (...tifyTestCase.test_type_str_as_int) 1656/1966 ( 84.2%): test_type_str_cmp (....ObjectifyTestCase.test_type_str_cmp) 1657/1966 ( 84.3%): test_type_str_floatliteral (....test_type_str_floatliteral) 1658/1966 ( 84.3%): test_type_str_hash (...bjectifyTestCase.test_type_str_hash) 1659/1966 ( 84.4%): test_type_str_intliteral (...Case.test_type_str_intliteral) 1660/1966 ( 84.4%): test_type_str_mod (....ObjectifyTestCase.test_type_str_mod) 1661/1966 ( 84.5%): test_type_str_mod_data_elements (..._str_mod_data_elements) 1662/1966 ( 84.5%): test_type_str_mul (....ObjectifyTestCase.test_type_str_mul) 1663/1966 ( 84.6%): test_type_str_sequence (...TestCase.test_type_str_sequence) 1664/1966 ( 84.6%): test_type_unregistered (...TestCase.test_type_unregistered) 1665/1966 ( 84.7%): test_type_ustr (...ectify.ObjectifyTestCase.test_type_ustr) 1666/1966 ( 84.7%): test_type_ustr_add (...bjectifyTestCase.test_type_ustr_add) 1667/1966 ( 84.8%): test_type_ustr_floatliteral (...est_type_ustr_floatliteral) 1668/1966 ( 84.8%): test_type_ustr_intliteral (...se.test_type_ustr_intliteral) 1669/1966 ( 84.9%): test_type_ustr_mul (...bjectifyTestCase.test_type_ustr_mul) 1670/1966 ( 84.9%): test_vars (...s.test_objectify.ObjectifyTestCase.test_vars) 1671/1966 ( 85.0%): test_xml_base (...bjectify.ObjectifyTestCase.test_xml_base) 1672/1966 ( 85.0%): test_xml_base_attribute (...stCase.test_xml_base_attribute) 1673/1966 ( 85.1%): test_xsiannotate_ignore_old (...est_xsiannotate_ignore_old) 1674/1966 ( 85.1%): test_xsiannotate_use_old (...Case.test_xsiannotate_use_old) 1675/1966 ( 85.2%): test_xsinil_deannotate (...TestCase.test_xsinil_deannotate) 1676/1966 ( 85.2%): test_xsitype_deannotate (...stCase.test_xsitype_deannotate) 1677/1966 ( 85.3%): ElementMaker (...tify) Doctest: lxml.objectify.ElementMaker 1678/1966 ( 85.4%): ObjectifiedElement (...t: lxml.objectify.ObjectifiedElement 1679/1966 ( 85.4%): txt (objectify) Doctest: objectify.txt 1680/1966 ( 85.5%): test_comments_fallback (...TestCase.test_comments_fallback) 1681/1966 ( 85.5%): test_lookup (...sslookup.PyClassLookupTestCase.test_lookup) 1682/1966 ( 85.6%): test_lookup_attrib (...ssLookupTestCase.test_lookup_attrib) 1683/1966 ( 85.6%): test_lookup_bool (...yClassLookupTestCase.test_lookup_bool) 1684/1966 ( 85.7%): test_lookup_get (....PyClassLookupTestCase.test_lookup_get) 1685/1966 ( 85.7%): test_lookup_get_default (...stCase.test_lookup_get_default) 1686/1966 ( 85.8%): test_lookup_getchildren (...stCase.test_lookup_getchildren) 1687/1966 ( 85.8%): test_lookup_getitem (...LookupTestCase.test_lookup_getitem) 1688/1966 ( 85.9%): test_lookup_getitem_neg (...stCase.test_lookup_getitem_neg) 1689/1966 ( 85.9%): test_lookup_getnext (...LookupTestCase.test_lookup_getnext) 1690/1966 ( 86.0%): test_lookup_getparent (...upTestCase.test_lookup_getparent) 1691/1966 ( 86.0%): test_lookup_getprevious (...stCase.test_lookup_getprevious) 1692/1966 ( 86.1%): test_lookup_getslice (...okupTestCase.test_lookup_getslice) 1693/1966 ( 86.1%): test_lookup_iter_children (...se.test_lookup_iter_children) 1694/1966 ( 86.2%): test_lookup_iterchildren (...Case.test_lookup_iterchildren) 1695/1966 ( 86.2%): test_lookup_iterchildren_tag (...t_lookup_iterchildren_tag) 1696/1966 ( 86.3%): test_lookup_keep_ref_assertion (...okup_keep_ref_assertion) 1697/1966 ( 86.3%): test_lookup_len (....PyClassLookupTestCase.test_lookup_len) 1698/1966 ( 86.4%): test_lookup_prefix (...ssLookupTestCase.test_lookup_prefix) 1699/1966 ( 86.4%): test_lookup_sourceline (...TestCase.test_lookup_sourceline) 1700/1966 ( 86.5%): test_lookup_tag (....PyClassLookupTestCase.test_lookup_tag) 1701/1966 ( 86.5%): test_lookup_tail (...yClassLookupTestCase.test_lookup_tail) 1702/1966 ( 86.6%): test_lookup_text (...yClassLookupTestCase.test_lookup_text) 1703/1966 ( 86.6%): test_multiple_elementrees (...se.test_multiple_elementrees) 1704/1966 ( 86.7%): test_relaxng (...relaxng.ETreeRelaxNGTestCase.test_relaxng) 1705/1966 ( 86.7%): test_relaxng_elementtree_error (...laxng_elementtree_error) 1706/1966 ( 86.8%): test_relaxng_error (...eRelaxNGTestCase.test_relaxng_error) 1707/1966 ( 86.8%): test_relaxng_generic_error (....test_relaxng_generic_error) 1708/1966 ( 86.9%): test_relaxng_include (...axNGTestCase.test_relaxng_include) 1709/1966 ( 86.9%): test_relaxng_invalid_schema (...est_relaxng_invalid_schema) 1710/1966 ( 87.0%): test_relaxng_invalid_schema2 (...t_relaxng_invalid_schema2) 1711/1966 ( 87.0%): test_relaxng_invalid_schema3 (...t_relaxng_invalid_schema3) 1712/1966 ( 87.1%): test_relaxng_invalid_schema4 (...t_relaxng_invalid_schema4) 1713/1966 ( 87.1%): test_relaxng_shortcut (...NGTestCase.test_relaxng_shortcut) 1714/1966 ( 87.2%): test_relaxng_stringio (...NGTestCase.test_relaxng_stringio) 1715/1966 ( 87.2%): txt (validation) Doctest: validation.txt 1716/1966 ( 87.3%): test_element_sax (...sax.ETreeSaxTestCase.test_element_sax) 1717/1966 ( 87.3%): test_element_sax_ns (...reeSaxTestCase.test_element_sax_ns) 1718/1966 ( 87.4%): test_etree_sax_attributes (...se.test_etree_sax_attributes) 1719/1966 ( 87.4%): test_etree_sax_comment (...TestCase.test_etree_sax_comment) 1720/1966 ( 87.5%): test_etree_sax_comment_root (...est_etree_sax_comment_root) 1721/1966 ( 87.5%): test_etree_sax_double (...axTestCase.test_etree_sax_double) 1722/1966 ( 87.6%): test_etree_sax_error (...eSaxTestCase.test_etree_sax_error) 1723/1966 ( 87.6%): test_etree_sax_error2 (...axTestCase.test_etree_sax_error2) 1724/1966 ( 87.7%): test_etree_sax_handler_default_ns (...x_handler_default_ns) 1725/1966 ( 87.7%): test_etree_sax_handler_default_ns_None (...default_ns_None) 1726/1966 ( 87.8%): test_etree_sax_no_ns (...eSaxTestCase.test_etree_sax_no_ns) 1727/1966 ( 87.8%): test_etree_sax_no_ns_attributes (...e_sax_no_ns_attributes) 1728/1966 ( 87.9%): test_etree_sax_ns1 (...ETreeSaxTestCase.test_etree_sax_ns1) 1729/1966 ( 87.9%): test_etree_sax_ns2 (...ETreeSaxTestCase.test_etree_sax_ns2) 1730/1966 ( 88.0%): test_etree_sax_ns_attributes (...t_etree_sax_ns_attributes) 1731/1966 ( 88.0%): test_etree_sax_pi (...x.ETreeSaxTestCase.test_etree_sax_pi) 1732/1966 ( 88.1%): test_etree_sax_pi_root (...TestCase.test_etree_sax_pi_root) 1733/1966 ( 88.1%): test_etree_sax_redefine_ns (....test_etree_sax_redefine_ns) 1734/1966 ( 88.2%): test_etree_sax_simple (...axTestCase.test_etree_sax_simple) 1735/1966 ( 88.3%): test_sax_to_pulldom (...reeSaxTestCase.test_sax_to_pulldom) 1736/1966 ( 88.3%): test_sax_to_pulldom_multiple_namespaces (...ple_namespaces) 1737/1966 ( 88.4%): test_element_sax_default_ns_prefix (...x_default_ns_prefix) 1738/1966 ( 88.4%): test_element_sax_ns_prefix (....test_element_sax_ns_prefix) 1739/1966 ( 88.5%): test_element_sax_twin_ns_prefix (...ent_sax_twin_ns_prefix) 1740/1966 ( 88.5%): txt (sax) Doctest: sax.txt 1741/1966 ( 88.6%): test_schematron (...TreeSchematronTestCase.test_schematron) 1742/1966 ( 88.6%): test_schematron_elementtree_error (...on_elementtree_error) 1743/1966 ( 88.7%): test_schematron_invalid_schema (...hematron_invalid_schema) 1744/1966 ( 88.7%): test_schematron_invalid_schema_empty (...alid_schema_empty) 1745/1966 ( 88.8%): test_schematron_invalid_schema_namespace (...ema_namespace) 1746/1966 ( 88.8%): txt (validation) Doctest: validation.txt 1747/1966 ( 88.9%): test_concurrent_attribute_names_in_dicts (...ames_in_dicts) 1748/1966 ( 88.9%): test_concurrent_class_lookup (...t_concurrent_class_lookup) 1749/1966 ( 89.0%): test_concurrent_proxies (...stCase.test_concurrent_proxies) 1750/1966 ( 89.0%): test_main_xslt_in_thread (...Case.test_main_xslt_in_thread) 1751/1966 ( 89.1%): test_subtree_copy_thread (...Case.test_subtree_copy_thread) 1752/1966 ( 89.1%): test_thread_create_xslt (...stCase.test_thread_create_xslt) 1753/1966 ( 89.2%): test_thread_error_log (...ngTestCase.test_thread_error_log) 1754/1966 ( 89.2%): test_thread_mix (...ding.ThreadingTestCase.test_thread_mix) 1755/1966 ( 89.3%): test_thread_xslt (...ng.ThreadingTestCase.test_thread_xslt) 1756/1966 ( 89.3%): test_thread_xslt_apply_error_log (..._xslt_apply_error_log) 1757/1966 ( 89.4%): test_thread_xslt_attr_replace (...thread_xslt_attr_replace) 1758/1966 ( 89.4%): test_thread_xslt_parsing_error_log (...t_parsing_error_log) 1759/1966 ( 89.5%): test_thread_pipeline_global_parse (...ipeline_global_parse) 1760/1966 ( 89.5%): test_thread_pipeline_thread_parse (...ipeline_thread_parse) 1761/1966 ( 89.6%): test__str (...tests.test_unicode.UnicodeTestCase.test__str) 1762/1966 ( 89.6%): test_unicode_attr (...de.UnicodeTestCase.test_unicode_attr) 1763/1966 ( 89.7%): test_unicode_comment (...codeTestCase.test_unicode_comment) 1764/1966 ( 89.7%): test_unicode_ns_invalid (...stCase.test_unicode_ns_invalid) 1765/1966 ( 89.8%): test_unicode_nstag (....UnicodeTestCase.test_unicode_nstag) 1766/1966 ( 89.8%): test_unicode_nstag_invalid (....test_unicode_nstag_invalid) 1767/1966 ( 89.9%): test_unicode_parse_stringio (...est_unicode_parse_stringio) 1768/1966 ( 89.9%): test_unicode_qname (....UnicodeTestCase.test_unicode_qname) 1769/1966 ( 90.0%): test_unicode_qname_invalid (....test_unicode_qname_invalid) 1770/1966 ( 90.0%): test_unicode_repr1 (....UnicodeTestCase.test_unicode_repr1) 1771/1966 ( 90.1%): test_unicode_repr2 (....UnicodeTestCase.test_unicode_repr2) 1772/1966 ( 90.1%): test_unicode_repr3 (....UnicodeTestCase.test_unicode_repr3) 1773/1966 ( 90.2%): test_unicode_repr4 (....UnicodeTestCase.test_unicode_repr4) 1774/1966 ( 90.2%): test_unicode_tag (...code.UnicodeTestCase.test_unicode_tag) 1775/1966 ( 90.3%): test_unicode_tag_invalid (...Case.test_unicode_tag_invalid) 1776/1966 ( 90.3%): test_unicode_text (...de.UnicodeTestCase.test_unicode_text) 1777/1966 ( 90.4%): test_unicode_xml (...code.UnicodeTestCase.test_unicode_xml) 1778/1966 ( 90.4%): test_unicode_xml_broken (...stCase.test_unicode_xml_broken) 1779/1966 ( 90.5%): test_uniname (...test_unicode.UnicodeTestCase.test_uniname) 1780/1966 ( 90.5%): test_wide_unicode_xml (...deTestCase.test_wide_unicode_xml) 1781/1966 ( 90.6%): test_illegal_utf8 (....EncodingsTestCase.test_illegal_utf8) 1782/1966 ( 90.6%): test_illegal_utf8_recover (...se.test_illegal_utf8_recover) 1783/1966 ( 90.7%): test_utf16BE_fromstring (...stCase.test_utf16BE_fromstring) 1784/1966 ( 90.7%): test_utf16LE_fromstring (...stCase.test_utf16LE_fromstring) 1785/1966 ( 90.8%): test_utf16_fromstring (...gsTestCase.test_utf16_fromstring) 1786/1966 ( 90.8%): test_utf32BE_fromstring (...stCase.test_utf32BE_fromstring) 1787/1966 ( 90.9%): test_utf32LE_fromstring (...stCase.test_utf32LE_fromstring) 1788/1966 ( 90.9%): test_utf32_fromstring (...gsTestCase.test_utf32_fromstring) 1789/1966 ( 91.0%): test_utf8_fromstring (...ingsTestCase.test_utf8_fromstring) 1790/1966 ( 91.0%): test_utf8sig_fromstring (...stCase.test_utf8sig_fromstring) 1791/1966 ( 91.1%): test_create_from_partial_doc (...t_create_from_partial_doc) 1792/1966 ( 91.1%): test_xmlschema (...a.ETreeXMLSchemaTestCase.test_xmlschema) 1793/1966 ( 91.2%): test_xmlschema_comment_error (...t_xmlschema_comment_error) 1794/1966 ( 91.3%): test_xmlschema_default_attributes (...a_default_attributes) 1795/1966 ( 91.3%): test_xmlschema_elementtree_error (...ema_elementtree_error) 1796/1966 ( 91.4%): test_xmlschema_error_log (...Case.test_xmlschema_error_log) 1797/1966 ( 91.4%): test_xmlschema_error_log_path (...ere will always be a path 1798/1966 ( 91.5%): test_xmlschema_file (...SchemaTestCase.test_xmlschema_file) 1799/1966 ( 91.5%): test_xmlschema_illegal_validation_error (...lidation_error) 1800/1966 ( 91.6%): test_xmlschema_import_file (....test_xmlschema_import_file) 1801/1966 ( 91.6%): test_xmlschema_invalid_schema1 (...lschema_invalid_schema1) 1802/1966 ( 91.7%): test_xmlschema_invalid_schema2 (...lschema_invalid_schema2) 1803/1966 ( 91.7%): test_xmlschema_iterparse (...Case.test_xmlschema_iterparse) 1804/1966 ( 91.8%): test_xmlschema_iterparse_fail (...xmlschema_iterparse_fail) 1805/1966 ( 91.8%): test_xmlschema_iterparse_incomplete (...erparse_incomplete) 1806/1966 ( 91.9%): test_xmlschema_parse (...hemaTestCase.test_xmlschema_parse) 1807/1966 ( 91.9%): test_xmlschema_parse_default_attributes (...ult_attributes) 1808/1966 ( 92.0%): test_xmlschema_parse_default_attributes_schema_config (...) 1809/1966 ( 92.0%): test_xmlschema_parse_fixed_attributes (...fixed_attributes) 1810/1966 ( 92.1%): test_xmlschema_pathlike (...stCase.test_xmlschema_pathlike) 1811/1966 ( 92.1%): test_xmlschema_shortcut (...stCase.test_xmlschema_shortcut) 1812/1966 ( 92.2%): test_xmlschema_stringio (...stCase.test_xmlschema_stringio) 1813/1966 ( 92.2%): test_xmlschema_nested_resolvers (...chema_nested_resolvers) 1814/1966 ( 92.3%): test_xmlschema_resolvers (...Case.test_xmlschema_resolvers) 1815/1966 ( 92.3%): test_xmlschema_resolvers_noroot (...chema_resolvers_noroot) 1816/1966 ( 92.4%): test_xmlschema_resolvers_root (...xmlschema_resolvers_root) 1817/1966 ( 92.4%): txt (validation) Doctest: validation.txt 1818/1966 ( 92.5%): test_elementtree_getpath (...Case.test_elementtree_getpath) 1819/1966 ( 92.5%): test_elementtree_getpath_partial (...ttree_getpath_partial) 1820/1966 ( 92.6%): test_rel_xpath_boolean (...TestCase.test_rel_xpath_boolean) 1821/1966 ( 92.6%): test_rel_xpath_list_elements (...t_rel_xpath_list_elements) 1822/1966 ( 92.7%): test_xpath_boolean (...reeXPathTestCase.test_xpath_boolean) 1823/1966 ( 92.7%): test_xpath_class_error (...TestCase.test_xpath_class_error) 1824/1966 ( 92.8%): test_xpath_class_prefix_error (...xpath_class_prefix_error) 1825/1966 ( 92.8%): test_xpath_context_node (...stCase.test_xpath_context_node) 1826/1966 ( 92.9%): test_xpath_document_root (...Case.test_xpath_document_root) 1827/1966 ( 92.9%): test_xpath_error (...r.ETreeXPathTestCase.test_xpath_error) 1828/1966 ( 93.0%): test_xpath_eval_context_clear (...xpath_eval_context_clear) 1829/1966 ( 93.0%): test_xpath_eval_context_propagation (...ontext_propagation) 1830/1966 ( 93.1%): test_xpath_evaluator (...PathTestCase.test_xpath_evaluator) 1831/1966 ( 93.1%): test_xpath_evaluator_element (...t_xpath_evaluator_element) 1832/1966 ( 93.2%): test_xpath_evaluator_tree (...se.test_xpath_evaluator_tree) 1833/1966 ( 93.2%): test_xpath_evaluator_tree_absolute (...uator_tree_absolute) 1834/1966 ( 93.3%): test_xpath_extensions (...thTestCase.test_xpath_extensions) 1835/1966 ( 93.3%): test_xpath_extensions_error (...est_xpath_extensions_error) 1836/1966 ( 93.4%): test_xpath_extensions_mix (...se.test_xpath_extensions_mix) 1837/1966 ( 93.4%): test_xpath_extensions_nodes (...est_xpath_extensions_nodes) 1838/1966 ( 93.5%): test_xpath_extensions_nodes_append (...nsions_nodes_append) 1839/1966 ( 93.5%): test_xpath_extensions_nodes_append2 (...ions_nodes_append2) 1840/1966 ( 93.6%): test_xpath_extensions_wrong_args (...extensions_wrong_args) 1841/1966 ( 93.6%): test_xpath_list_attribute (...se.test_xpath_list_attribute) 1842/1966 ( 93.7%): test_xpath_list_attribute_parent (...list_attribute_parent) 1843/1966 ( 93.7%): test_xpath_list_attribute_parent_no_smart_strings (...ings) 1844/1966 ( 93.8%): test_xpath_list_comment (...stCase.test_xpath_list_comment) 1845/1966 ( 93.8%): test_xpath_list_elements (...Case.test_xpath_list_elements) 1846/1966 ( 93.9%): test_xpath_list_nothing (...stCase.test_xpath_list_nothing) 1847/1966 ( 93.9%): test_xpath_list_text (...PathTestCase.test_xpath_list_text) 1848/1966 ( 94.0%): test_xpath_list_text_parent (...est_xpath_list_text_parent) 1849/1966 ( 94.0%): test_xpath_list_text_parent_no_smart_strings (...t_strings) 1850/1966 ( 94.1%): test_xpath_list_unicode_text_parent (...nicode_text_parent) 1851/1966 ( 94.2%): test_xpath_namespace (...PathTestCase.test_xpath_namespace) 1852/1966 ( 94.2%): test_xpath_namespace_empty (....test_xpath_namespace_empty) 1853/1966 ( 94.3%): test_xpath_ns (...aluator.ETreeXPathTestCase.test_xpath_ns) 1854/1966 ( 94.3%): test_xpath_ns_empty (...eXPathTestCase.test_xpath_ns_empty) 1855/1966 ( 94.4%): test_xpath_ns_none (...reeXPathTestCase.test_xpath_ns_none) 1856/1966 ( 94.4%): test_xpath_number (...ETreeXPathTestCase.test_xpath_number) 1857/1966 ( 94.5%): test_xpath_prefix_error (...stCase.test_xpath_prefix_error) 1858/1966 ( 94.5%): test_xpath_string (...ETreeXPathTestCase.test_xpath_string) 1859/1966 ( 94.6%): test_xpath_text_from_other_document (...rom_other_document) 1860/1966 ( 94.6%): test_xpath_variables (...PathTestCase.test_xpath_variables) 1861/1966 ( 94.7%): test_xpath_variables_nodeset (...t_xpath_variables_nodeset) 1862/1966 ( 94.7%): test_xpath_compile_doc (...TestCase.test_xpath_compile_doc) 1863/1966 ( 94.8%): test_xpath_compile_element (....test_xpath_compile_element) 1864/1966 ( 94.8%): test_xpath_compile_error (...Case.test_xpath_compile_error) 1865/1966 ( 94.9%): test_xpath_compile_vars (...stCase.test_xpath_compile_vars) 1866/1966 ( 94.9%): test_xpath_elementtree_error (...t_xpath_elementtree_error) 1867/1966 ( 95.0%): test_xpath_exslt_functions_date (...h_exslt_functions_date) 1868/1966 ( 95.0%): test_xpath_exslt_functions_strings (...t_functions_strings) 1869/1966 ( 95.1%): test_xpath_compile_ns (...ssTestCase.test_xpath_compile_ns) 1870/1966 ( 95.1%): xpath (...or) Doctest: lxml.tests.test_xpathevaluator.xpath 1871/1966 ( 95.2%): txt (xpathxslt) Doctest: xpathxslt.txt 1872/1966 ( 95.2%): test_multiple_elementrees (...se.test_multiple_elementrees) 1873/1966 ( 95.3%): test_xslt (....tests.test_xslt.ETreeXSLTTestCase.test_xslt) 1874/1966 ( 95.3%): test_xslt_access_control_repr (...xslt_access_control_repr) 1875/1966 ( 95.4%): test_xslt_apply_error_log (...se.test_xslt_apply_error_log) 1876/1966 ( 95.4%): test_xslt_broken (...lt.ETreeXSLTTestCase.test_xslt_broken) 1877/1966 ( 95.5%): test_xslt_copy (...t_xslt.ETreeXSLTTestCase.test_xslt_copy) 1878/1966 ( 95.5%): test_xslt_default_parameters (...t_xslt_default_parameters) 1879/1966 ( 95.6%): test_xslt_document_XML (...TestCase.test_xslt_document_XML) 1880/1966 ( 95.6%): test_xslt_document_XML_resolver (..._document_XML_resolver) 1881/1966 ( 95.7%): test_xslt_document_elementtree (...lt_document_elementtree) 1882/1966 ( 95.7%): test_xslt_document_error (...Case.test_xslt_document_error) 1883/1966 ( 95.8%): test_xslt_document_parse (...Case.test_xslt_document_parse) 1884/1966 ( 95.8%): test_xslt_document_parse_allow (...lt_document_parse_allow) 1885/1966 ( 95.9%): test_xslt_document_parse_deny (...xslt_document_parse_deny) 1886/1966 ( 95.9%): test_xslt_document_parse_deny_all (...ument_parse_deny_all) 1887/1966 ( 96.0%): test_xslt_elementtree_error (...est_xslt_elementtree_error) 1888/1966 ( 96.0%): test_xslt_empty (...xslt.ETreeXSLTTestCase.test_xslt_empty) 1889/1966 ( 96.1%): test_xslt_encoding (...TreeXSLTTestCase.test_xslt_encoding) 1890/1966 ( 96.1%): test_xslt_encoding_override (...est_xslt_encoding_override) 1891/1966 ( 96.2%): test_xslt_html_output (...LTTestCase.test_xslt_html_output) 1892/1966 ( 96.2%): test_xslt_include (....ETreeXSLTTestCase.test_xslt_include) 1893/1966 ( 96.3%): test_xslt_include_from_filelike (..._include_from_filelike) 1894/1966 ( 96.3%): test_xslt_input (...xslt.ETreeXSLTTestCase.test_xslt_input) 1895/1966 ( 96.4%): test_xslt_input_none (...XSLTTestCase.test_xslt_input_none) 1896/1966 ( 96.4%): test_xslt_input_partial_doc (...est_xslt_input_partial_doc) 1897/1966 ( 96.5%): test_xslt_invalid_stylesheet (...t_xslt_invalid_stylesheet) 1898/1966 ( 96.5%): test_xslt_message (....ETreeXSLTTestCase.test_xslt_message) 1899/1966 ( 96.6%): test_xslt_message_terminate (...est_xslt_message_terminate) 1900/1966 ( 96.6%): test_xslt_move_result (...LTTestCase.test_xslt_move_result) 1901/1966 ( 96.7%): test_xslt_multiple_parameters (...xslt_multiple_parameters) 1902/1966 ( 96.7%): test_xslt_multiple_transforms (...xslt_multiple_transforms) 1903/1966 ( 96.8%): test_xslt_parameter_invalid (...est_xslt_parameter_invalid) 1904/1966 ( 96.8%): test_xslt_parameter_missing (...est_xslt_parameter_missing) 1905/1966 ( 96.9%): test_xslt_parameter_xpath (...se.test_xslt_parameter_xpath) 1906/1966 ( 96.9%): test_xslt_parameter_xpath_object (...arameter_xpath_object) 1907/1966 ( 97.0%): test_xslt_parameters (...XSLTTestCase.test_xslt_parameters) 1908/1966 ( 97.0%): test_xslt_parsing_error_log (...est_xslt_parsing_error_log) 1909/1966 ( 97.1%): test_xslt_pi (....test_xslt.ETreeXSLTTestCase.test_xslt_pi) 1910/1966 ( 97.2%): test_xslt_pi_embedded_id (...Case.test_xslt_pi_embedded_id) 1911/1966 ( 97.2%): test_xslt_pi_embedded_xmlid (...est_xslt_pi_embedded_xmlid) 1912/1966 ( 97.3%): test_xslt_pi_get (...lt.ETreeXSLTTestCase.test_xslt_pi_get) 1913/1966 ( 97.3%): test_xslt_pi_get_all (...XSLTTestCase.test_xslt_pi_get_all) 1914/1966 ( 97.4%): test_xslt_pi_get_all_reversed (...xslt_pi_get_all_reversed) 1915/1966 ( 97.4%): test_xslt_pi_get_unknown (...Case.test_xslt_pi_get_unknown) 1916/1966 ( 97.5%): test_xslt_pi_set_new (...XSLTTestCase.test_xslt_pi_set_new) 1917/1966 ( 97.5%): test_xslt_pi_set_replace (...Case.test_xslt_pi_set_replace) 1918/1966 ( 97.6%): test_xslt_repeat_transform (....test_xslt_repeat_transform) 1919/1966 ( 97.6%): test_xslt_resolver_url_building (..._resolver_url_building) 1920/1966 ( 97.7%): test_xslt_shortcut (...TreeXSLTTestCase.test_xslt_shortcut) 1921/1966 ( 97.7%): test_xslt_string_parameters (...est_xslt_string_parameters) 1922/1966 ( 97.8%): test_xslt_unicode (....ETreeXSLTTestCase.test_xslt_unicode) 1923/1966 ( 97.8%): test_xslt_unicode_standalone (...t_xslt_unicode_standalone) 1924/1966 ( 97.9%): test_xslt_utf8 (...t_xslt.ETreeXSLTTestCase.test_xslt_utf8) 1925/1966 ( 97.9%): test_xslt_write_output_bytesio (...lt_write_output_bytesio) 1926/1966 ( 98.0%): test_xslt_write_output_failure (...lt_write_output_failure) 1927/1966 ( 98.0%): test_xslt_write_output_file (...est_xslt_write_output_file) 1928/1966 ( 98.1%): test_xslt_write_output_file_oserror (...utput_file_oserror) 1929/1966 ( 98.1%): test_xslt_write_output_file_path (...rite_output_file_path) 1930/1966 ( 98.2%): test_xslt_write_output_file_path_urlescaped (...urlescaped) 1931/1966 ( 98.2%): test_xslt_write_output_file_path_urlescaped_plus (..._plus) 1932/1966 ( 98.3%): test_xslt_write_output_file_pathlike (...put_file_pathlike) 1933/1966 ( 98.3%): test_exslt_math (...slt.ETreeEXSLTTestCase.test_exslt_math) 1934/1966 ( 98.4%): test_exslt_regexp_match (...stCase.test_exslt_regexp_match) 1935/1966 ( 98.4%): test_exslt_regexp_match1 (...Case.test_exslt_regexp_match1) 1936/1966 ( 98.5%): test_exslt_regexp_match2 (...Case.test_exslt_regexp_match2) 1937/1966 ( 98.5%): test_exslt_regexp_match_groups (...slt_regexp_match_groups) 1938/1966 ( 98.6%): test_exslt_regexp_replace (...se.test_exslt_regexp_replace) 1939/1966 ( 98.6%): test_exslt_regexp_test (...TestCase.test_exslt_regexp_test) 1940/1966 ( 98.7%): test_exslt_str (..._xslt.ETreeEXSLTTestCase.test_exslt_str) 1941/1966 ( 98.7%): test_exslt_str_attribute_replace (...str_attribute_replace) 1942/1966 ( 98.8%): test_extensions1 (...eXSLTExtFuncTestCase.test_extensions1) 1943/1966 ( 98.8%): test_extensions2 (...eXSLTExtFuncTestCase.test_extensions2) 1944/1966 ( 98.9%): test_variable_result_tree_fragment (...esult_tree_fragment) 1945/1966 ( 98.9%): test_xpath_on_context_node (....test_xpath_on_context_node) 1946/1966 ( 99.0%): test_xpath_on_foreign_context_node (...oreign_context_node) 1947/1966 ( 99.0%): test_extension_element (...TestCase.test_extension_element) 1948/1966 ( 99.1%): test_extension_element_apply_templates (...apply_templates) 1949/1966 ( 99.1%): test_extension_element_apply_templates_elements_only (...y) 1950/1966 ( 99.2%): test_extension_element_apply_templates_remove_blank_text... 1951/1966 ( 99.2%): test_extension_element_apply_templates_target_node (...ode) 1952/1966 ( 99.3%): test_extension_element_apply_templates_target_node_doc (... 1953/1966 ( 99.3%): test_extension_element_comment_pi_context (...t_pi_context) 1954/1966 ( 99.4%): test_extension_element_content (...tension_element_content) 1955/1966 ( 99.4%): test_extension_element_doc_context (...element_doc_context) 1956/1966 ( 99.5%): test_extension_element_process_children (...ocess_children) 1957/1966 ( 99.5%): test_extension_element_process_children_to_append_only (... 1958/1966 ( 99.6%): test_extension_element_process_children_to_read_only_rai... 1959/1966 ( 99.6%): test_extension_element_process_children_with_subextensio... 1960/1966 ( 99.7%): test_extension_element_raise (...t_extension_element_raise) 1961/1966 ( 99.7%): test_extensions_nsmap (...ntTestCase.test_extensions_nsmap) 1962/1966 ( 99.8%): test_xslt_result_bytearray (....test_xslt_result_bytearray) 1963/1966 ( 99.8%): test_xslt_result_bytes (...TestCase.test_xslt_result_bytes) 1964/1966 ( 99.9%): test_xslt_result_memoryview (...est_xslt_result_memoryview) 1965/1966 ( 99.9%): txt (extensions) Doctest: extensions.txt 1966/1966 (100.0%): txt (xpathxslt) Doctest: xpathxslt.txt ---------------------------------------------------------------------- Ran 1966 tests in 4.272s OK Skipping tests in lxml.cssselect - external cssselect package is not installed Comparing with ElementTree 1.3.0 TESTED VERSION: 4.9.2 Python: sys.version_info(major=3, minor=11, micro=3, releaselevel='final', serial=0) lxml.etree: (4, 9, 2, 0) libxml used: (2, 11, 0) libxml compiled: (2, 11, 0) libxslt used: (1, 1, 37) libxslt compiled: (1, 1, 37) FS encoding: utf-8 Default encoding: utf-8 Max Unicode: 1114111 >>> py3-lxml: Entering fakeroot... Building lxml version 4.9.2. Building without Cython. Building against libxml2 2.11.0 and libxslt 1.1.37 running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/main/py3-lxml/pkg creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11 creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/__init__.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/cleanup.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/readonlytree.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/lxml.etree_api.h -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/objectify.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/schematron.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/relaxng.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/xslt.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/__init__.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/relaxng.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/lxml-version.h -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/xmlparser.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/config.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/c14n.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/xmlschema.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/xpath.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/xslt.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/uri.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/etreepublic.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/__init__.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/schematron.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/htmlparser.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/etree_defs.h -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/xmlerror.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/tree.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/dtdvalid.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/includes/xinclude.pxd -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes copying build/lib.linux-aarch64-cpython-311/lxml/builder.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/xinclude.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/extensions.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/classlookup.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/pyclasslookup.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/etree.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/parser.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/ElementInclude.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/xpath.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/xmlerror.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/_elementpath.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/nsclasses.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/etree.pyx -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/usedoctest.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/objectify.pyx -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/serializer.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/sax.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/docloader.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/lxml.etree.h -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/apihelpers.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/xmlschema.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/etree_api.h -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/cssselect.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/parsertarget.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/etree.h -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/__init__.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/_html5builder.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/diff.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/html5parser.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/_setmixin.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/usedoctest.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/formfill.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/_diffcommand.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/ElementSoup.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/soupparser.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/clean.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/diff.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/clean.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/builder.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/html/defs.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html copying build/lib.linux-aarch64-cpython-311/lxml/debug.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/objectpath.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/__init__.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/rng copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/rng/iso-schematron.rng -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/rng creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl creating /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-aarch64-cpython-311/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-aarch64-cpython-311/lxml/dtd.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/xmlid.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/xsltext.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/sax.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/doctestcompare.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/saxparser.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/public-api.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/iterparse.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/_elementpath.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/builder.py -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml copying build/lib.linux-aarch64-cpython-311/lxml/proxy.pxi -> /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/pyclasslookup.py to pyclasslookup.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/ElementInclude.py to ElementInclude.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/_elementpath.py to _elementpath.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/usedoctest.py to usedoctest.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/sax.py to sax.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/cssselect.py to cssselect.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/_html5builder.py to _html5builder.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/html5parser.py to html5parser.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/_setmixin.py to _setmixin.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/usedoctest.py to usedoctest.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/formfill.py to formfill.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/_diffcommand.py to _diffcommand.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/ElementSoup.py to ElementSoup.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/soupparser.py to soupparser.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/clean.py to clean.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/diff.py to diff.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/builder.py to builder.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/defs.py to defs.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/doctestcompare.py to doctestcompare.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/builder.py to builder.cpython-311.pyc running install_egg_info running egg_info writing src/lxml.egg-info/PKG-INFO writing dependency_links to src/lxml.egg-info/dependency_links.txt writing requirements to src/lxml.egg-info/requires.txt writing top-level names to src/lxml.egg-info/top_level.txt reading manifest file 'src/lxml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'LICENSES.txt' writing manifest file 'src/lxml.egg-info/SOURCES.txt' Copying src/lxml.egg-info to /home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml-4.9.2-py3.11.egg-info running install_scripts >>> py3-lxml-pyc*: Running split function pyc... '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/__pycache__' -> '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml-pyc/usr/lib/python3.11/site-packages/lxml/__pycache__' '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/includes/__pycache__' -> '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml-pyc/usr/lib/python3.11/site-packages/lxml/includes/__pycache__' '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/html/__pycache__' -> '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml-pyc/usr/lib/python3.11/site-packages/lxml/html/__pycache__' '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml/usr/lib/python3.11/site-packages/lxml/isoschematron/__pycache__' -> '/home/buildozer/aports/main/py3-lxml/pkg/py3-lxml-pyc/usr/lib/python3.11/site-packages/lxml/isoschematron/__pycache__' >>> py3-lxml-pyc*: Preparing subpackage py3-lxml-pyc... >>> py3-lxml-pyc*: Running postcheck for py3-lxml-pyc >>> py3-lxml*: Running postcheck for py3-lxml >>> py3-lxml*: Preparing package py3-lxml... >>> py3-lxml*: Stripping binaries >>> py3-lxml-pyc*: Scanning shared objects >>> py3-lxml*: Scanning shared objects >>> py3-lxml-pyc*: Tracing dependencies... python3~3.11 >>> py3-lxml-pyc*: Package size: 412.0 KB >>> py3-lxml-pyc*: Compressing data... >>> py3-lxml-pyc*: Create checksum... >>> py3-lxml-pyc*: Create py3-lxml-pyc-4.9.2-r4.apk >>> py3-lxml*: Tracing dependencies... python3~3.11 so:libc.musl-aarch64.so.1 so:libexslt.so.0 so:libxml2.so.2 so:libxslt.so.1 >>> py3-lxml*: Package size: 4.1 MB >>> py3-lxml*: Compressing data... >>> py3-lxml*: Create checksum... >>> py3-lxml*: Create py3-lxml-4.9.2-r4.apk >>> py3-lxml: Build complete at Fri, 28 Apr 2023 23:58:58 +0000 elapsed time 0h 1m 10s >>> py3-lxml: Cleaning up srcdir >>> py3-lxml: Cleaning up pkgdir >>> py3-lxml: Uninstalling dependencies... (1/32) Purging .makedepends-py3-lxml (20230428.235748) (2/32) Purging cython-pyc (0.29.34-r2) (3/32) Purging cython (0.29.34-r2) (4/32) Purging libxslt-dev (1.1.37-r4) (5/32) Purging libxslt (1.1.37-r4) (6/32) Purging py3-setuptools-pyc (67.7.2-r0) (7/32) Purging py3-setuptools (67.7.2-r0) (8/32) Purging py3-packaging-pyc (23.1-r1) (9/32) Purging py3-packaging (23.1-r1) (10/32) Purging py3-parsing-pyc (3.0.9-r2) (11/32) Purging py3-parsing (3.0.9-r2) (12/32) Purging python3-dev (3.11.3-r10) (13/32) Purging libgcrypt (1.10.2-r1) (14/32) Purging libgpg-error (1.47-r1) (15/32) Purging libxml2-dev (2.11.0-r0) (16/32) Purging zlib-dev (1.2.13-r1) (17/32) Purging xz-dev (5.4.2-r1) (18/32) Purging xz (5.4.2-r1) (19/32) Purging libxml2-utils (2.11.0-r0) (20/32) Purging libxml2 (2.11.0-r0) (21/32) Purging python3-pyc (3.11.3-r10) (22/32) Purging python3-pycache-pyc0 (3.11.3-r10) (23/32) Purging pyc (0.1-r0) (24/32) Purging python3 (3.11.3-r10) (25/32) Purging gdbm (1.23-r1) (26/32) Purging libbz2 (1.0.8-r5) (27/32) Purging libffi (3.4.4-r2) (28/32) Purging libpanelw (6.4_p20230424-r0) (29/32) Purging mpdecimal (2.5.1-r2) (30/32) Purging readline (8.2.1-r1) (31/32) Purging sqlite-libs (3.41.2-r2) (32/32) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 408 MiB in 99 packages >>> py3-lxml: Updating the main/aarch64 repository index... >>> py3-lxml: Signing the index...