call site 9 for path.local.__contains__
path/testing/common.py - line 203
201
202
203
   def test_contains_path_with_basename(self):
       assert 'samplefile' in self.root
->     assert 'not_existing' not in self.root