Example #1
0
 def testChildNamespace(self):
     n = Namespace(u'test')
     child = n.namespace(u'test')
     self.assertTrue(isinstance(child, Namespace))
     self.assertEquals(child.path, u'test/test')
Example #2
0
 def testChildNamespace(self):
     n = Namespace(u'test')
     child = n.namespace(u'test')
     self.assertTrue(isinstance(child, Namespace))
     self.assertEquals(child.path, u'test/test')