felicity-lims/felicity/tests/conftest.py

13 lines
291 B
Python
Raw Normal View History

2024-07-28 03:52:31 +08:00
# import asyncio
2023-03-19 23:21:32 +08:00
2024-07-28 03:52:31 +08:00
# import pytest_asyncio
2024-07-28 03:52:31 +08:00
# @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()