(self)
| 445 | self.yaml.representer.default_flow_style = False |
| 446 | |
| 447 | def tearDown(self): |
| 448 | # This clears all the previous registrations. |
| 449 | self.environ_patch.stop() |
| 450 | if self.make_request_is_patched: |
| 451 | self.make_request_patch.stop() |
| 452 | self.make_request_is_patched = False |
| 453 | |
| 454 | def before_call(self, params, **kwargs): |
| 455 | self._store_params(params) |