call site 6 for path.local.__contains__
path/testing/common.py - line 198
196
197
198
199
   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