def test_not_exists(self):
-> assert not self.root.join('does_not_exist').check()
assert self.root.join('does_not_exist').check(exists=0)