def test_contains_path(self):
path1 = self.root.join('samplefile')
assert path1 in self.root
-> assert not self.root.join('not existing') in self.root