call site 13 for path.svnurl.check
path/testing/common.py - line 103
102
103
   def test_filter_dir(self):
->     assert checker(dir=1)(self.root.join("sampledir"))
path/common.py - line 29
28
29
   def __call__(self, p):
->     return p.check(**self.kwargs)