call site 0 for path.local.load
path/testing/fscommon.py - line 131
129
130
131
132
133
   def test_load(self):
       p = self.root.join('samplepickle')
->     obj = p.load()
       assert type(obj) is dict
       assert obj.get('answer',None) == 42