call site 9 for path.local.__add__
path/testing/common.py - line 41
39
40
41
42
   def test_add_something(self):
       p = self.root.join('sample')
->     p = p + 'dir'
       assert p.check()