def test_locked_get_abstract(self): storage = client.Storage() with self.assertRaises(NotImplementedError): storage.locked_get()