Example #1
0
 def test_empty(self):
     self.assertEquals(path_child(u'', 'foo'), u'foo')
Example #2
0
 def test_empty(self):
     self.assertEquals(path_child(u'', 'foo'), u'foo')
Example #3
0
 def test_child(self):
     self.assertEquals(path_child(u'foo', u'blah'), u'foo/blah')
Example #4
0
 def test_child(self):
     self.assertEquals(path_child(u'foo', u'blah'), u'foo/blah')