()
| 1150 | |
| 1151 | @pytest_asyncio.fixture(scope='session') |
| 1152 | def event_loop(): |
| 1153 | loop = get_event_loop() |
| 1154 | yield loop |
| 1155 | loop.close() |
| 1156 | |
| 1157 | |
| 1158 | @pytest_asyncio.fixture(scope='session', name='acb_base_env') |
nothing calls this directly
no test coverage detected