feat: implement blog project with CI pipeline
This commit is contained in:
8
tests/conftest.py
Normal file
8
tests/conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from asyncio import AbstractEventLoopPolicy, DefaultEventLoopPolicy
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def event_loop_policy() -> AbstractEventLoopPolicy:
|
||||
return DefaultEventLoopPolicy()
|
||||
Reference in New Issue
Block a user