(self)
| 891 | |
| 892 | class TestUnpackJSONParams(BaseArgProcessTest): |
| 893 | def setUp(self): |
| 894 | super(TestUnpackJSONParams, self).setUp() |
| 895 | self.simplify = ParamShorthandParser() |
| 896 | |
| 897 | def test_json_with_spaces(self): |
| 898 | p = self.get_param_model('ec2.RunInstances.BlockDeviceMappings') |
nothing calls this directly
no test coverage detected