68
68
self.check_content(store, 'a', 'hello')
69
69
self.check_content(store, 'b', 'other')
70
70
self.check_content(store, 'c', 'something')
72
72
# Make sure that requesting a non-existing file fails
73
73
self.assertRaises(KeyError, self.check_content, store, 'd', None)