(self)
| 50 | return settings |
| 51 | |
| 52 | def setUp(self): |
| 53 | super().setUp() |
| 54 | self.loop.run_until_complete(self._add_custom_codec(self.con)) |
| 55 | |
| 56 | async def _add_custom_codec(self, conn): |
| 57 | # mess up with the codec - builtin introspection shouldn't be affected |
nothing calls this directly
no test coverage detected