Exemplo n.º 1
0
 def test_roots(self):
     self.assertEquals(thing.stringify_ns([]), '')
     self.assertEquals(thing.parse_ns(''), [])
Exemplo n.º 2
0
 def test_simple(self):
     self.assertEquals(thing.parse_ns('a'), ['a'])
     self.assertEquals(thing.parse_ns('a.b'), ['a', 'b'])