call site 9 for path.local.remove
path/testing/fscommon.py - line 188
184
185
186
187
188
189
   def test_remove_dir_recursive_by_default(self):
       d = self.root.ensure('to', 'be', 'deleted')
       assert d.check()
       p = self.root.join('to')
->     p.remove()
       assert not p.check()