mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 16:03:00 +08:00
12 lines
291 B
Python
12 lines
291 B
Python
# import asyncio
|
|
|
|
# import pytest_asyncio
|
|
|
|
|
|
# @pytest_asyncio.fixture(scope="session")
|
|
# def event_loop():
|
|
# """Overrides pytest default function scoped event loop"""
|
|
# policy = asyncio.get_event_loop_policy()
|
|
# loop = policy.new_event_loop()
|
|
# yield loop
|
|
# loop.close()
|