call site 5 for path.svnurl.__contains__
path/testing/common.py - line 199
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