def test_relto_not_relative(self):
l1=self.root.join("bcde")
l2=self.root.join("b")
-> assert not l1.relto(l2)
assert not l2.relto(l1)