Files
py-dvt-ate/tests/conftest.py
Kai Chappell b9649128ec
Some checks failed
CI / Lint (push) Failing after 3s
CI / Type Check (push) Failing after 17s
CI / Test (push) Successful in 9s
CI / Release (push) Has been skipped
Release v0.1.0-alpha.3
2025-06-02 22:56:53 +00:00

9 lines
220 B
Python

"""pytest fixtures for py_dvt_ate tests."""
import pytest
def pytest_configure(config: pytest.Config) -> None:
"""Configure pytest markers."""
config.addinivalue_line("markers", "asyncio: mark test as async")