call site 17 for path.svnurl.check
path/testing/common.py - line 94
92
93
94
   def test_exists(self):
       assert self.root.join("samplefile").check()
->     assert self.root.join("samplefile").check(exists=1)