(self)
| 224 | yield sess |
| 225 | |
| 226 | def cached_session(self): |
| 227 | raise NotImplementedError( |
| 228 | 'cached_session not supported on XLATestCase, please use session') |
| 229 | |
| 230 | def test_session(self): |
| 231 | raise NotImplementedError( |
no outgoing calls
no test coverage detected