call site 17 for path.svnurl.check
path/testing/common.py - line 65
63
64
65
66
67
   def test_basename_checks(self):
       newpath = self.root.join('sampledir')
->     assert newpath.check(basename='sampledir')
       assert newpath.check(notbasename='xyz')
       assert newpath.basename == 'sampledir'