call site 14 for path.svnurl.check
path/testing/common.py - line 71
69
70
71
72
   def test_basename(self):
       newpath = self.root.join('sampledir')
->     assert newpath.check(basename='sampledir')
       assert newpath.basename, 'sampledir'