def test_exists(self):
assert self.root.join("samplefile").check()
-> assert self.root.join("samplefile").check(exists=1)