예제 #1
0
 def test_roots(self):
     self.assertEquals(thing.stringify_ns([]), '')
     self.assertEquals(thing.parse_ns(''), [])
예제 #2
0
 def test_simple(self):
     self.assertEquals(thing.parse_ns('a'), ['a'])
     self.assertEquals(thing.parse_ns('a.b'), ['a', 'b'])