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 092af1f commit 745ccf8Copy full SHA for 745ccf8
1 file changed
Lib/test/test_xml_etree_c.py
@@ -52,7 +52,6 @@ class TestAliasWorking(unittest.TestCase):
52
def test_alias_working(self):
53
e = cET_alias.Element('foo')
54
self.assertEqual(e.tag, 'foo')
55
-
56
57
@unittest.skipUnless(cET, 'requires _elementtree')
58
class TestAcceleratorImported(unittest.TestCase):
0 commit comments