def test_name(self): op = NAME('test') self.assertEqual(op['name'], 'test')
def test_name(self): op = NAME("test") self.assertEqual(op["name"], "test")