def test_load(self):
p = self.root.join('samplepickle')
-> obj = p.load()
assert type(obj) is dict
assert obj.get('answer',None) == 42