Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f2f80 commit 9a3b385Copy full SHA for 9a3b385
1 file changed
Lib/test/test_xml_etree.py
@@ -1523,6 +1523,7 @@ def test_bug_xmltoolkit62(self):
1523
self.assertEqual(t.find('.//paragraph').text,
1524
'A new cultivar of Begonia plant named \u2018BCT9801BEG\u2019.')
1525
1526
+ @unittest.skipIf(sys.gettrace(), "Skips under coverage.")
1527
def test_bug_xmltoolkit63(self):
1528
# Check reference leak.
1529
def xmltoolkit63():
0 commit comments