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