Release v0.1.0-alpha.3
This commit is contained in:
@@ -1,11 +1 @@
|
||||
"""Configuration for integration tests."""
|
||||
|
||||
import pytest
|
||||
|
||||
# Configure pytest-asyncio mode
|
||||
pytest_plugins = ("pytest_asyncio",)
|
||||
|
||||
|
||||
def pytest_configure(config: pytest.Config) -> None:
|
||||
"""Configure pytest for async tests."""
|
||||
config.addinivalue_line("markers", "asyncio: mark test as async")
|
||||
|
||||
Reference in New Issue
Block a user