Example #1
0
    def test_put_value(self):
        os = ObjectStore()
        os.put({'a': 1})

        self.assertEqual(1, os.size())