(self)
| 39 | |
| 40 | class TestDocumentDefaultValue(BaseExampleDocumenterTest): |
| 41 | def setUp(self): |
| 42 | super().setUp() |
| 43 | self.add_shape_to_params('Foo', 'String', 'This describes foo.') |
| 44 | |
| 45 | def test_request_example(self): |
| 46 | self.request_example.document_example( |
nothing calls this directly
no test coverage detected