(self)
| 228 | 'cached_session not supported on XLATestCase, please use session') |
| 229 | |
| 230 | def test_session(self): |
| 231 | raise NotImplementedError( |
| 232 | 'test_session not supported on XLATestCase, please use session') |
| 233 | |
| 234 | @contextlib.contextmanager |
| 235 | def test_scope(self): |
no outgoing calls
no test coverage detected