(self)
| 169 | |
| 170 | class SessionTest(unittest.TestCase): |
| 171 | def setUp(self): |
| 172 | if connection_class is None: |
| 173 | raise unittest.SkipTest('libev does not appear to be installed correctly') |
| 174 | connection_class.initialize_reactor() |
| 175 | |
| 176 | # TODO: this suite could be expanded; for now just adding a test covering a PR |
| 177 | @mock_session_pools |
nothing calls this directly
no test coverage detected