Ejemplo n.º 1
0
	def test_strip_text(self):
		tree = domdom.parseString(self.basicXML)
		self.assertEquals(strip_text(get_text(tree)), 'asdfzdtvuuu')
Ejemplo n.º 2
0
 def test_strip_text(self):
     tree = domdom.parseString(self.basicXML)
     self.assertEquals(strip_text(get_text(tree)), 'asdfzdtvuuu')
Ejemplo n.º 3
0
	def test_get_text(self):
		tree = domdom.parseString(self.basicXML)
		self.assertEquals(get_text(tree), 'A34sdf888]zdTV8u8u8u')
Ejemplo n.º 4
0
 def test_get_text(self):
     tree = domdom.parseString(self.basicXML)
     self.assertEquals(get_text(tree), 'A34sdf888]zdTV8u8u8u')