Exemplo n.º 1
0
 def test_as_etree(self):
     doc = XMLFeatureInfoDoc('<root>hello</root>')
     eq_(doc.as_etree().getroot().text, 'hello')
Exemplo n.º 2
0
 def test_as_etree(self):
     doc = XMLFeatureInfoDoc('<root>hello</root>')
     eq_(doc.as_etree().getroot().text, 'hello')
Exemplo n.º 3
0
 def test_as_etree(self):
     doc = XMLFeatureInfoDoc("<root>hello</root>")
     assert doc.as_etree().getroot().text == "hello"