Commit e96095b4 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed running MiscTests in test_xml_etree_c.

parent 1451874e
......@@ -17,6 +17,7 @@ def sanity():
"""
@unittest.skipUnless(cET, 'requires _elementtree')
class MiscTests(unittest.TestCase):
# Issue #8651.
@precisionbigmemtest(size=_2G + 100, memuse=1)
......@@ -67,6 +68,7 @@ def test_main():
from test import test_xml_etree, test_xml_etree_c
# Run the tests specific to the C implementation
test_support.run_unittest(MiscTests)
test_support.run_doctest(test_xml_etree_c, verbosity=True)
# Assign the C implementation before running the doctests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment