File size: 156 Bytes
f440f03
 
 
 
 
1
2
3
4
5
6
"""conftest.py for pytest."""


def pytest_configure(config) -> None:  # type: ignore
    config.addinivalue_line("markers", "asyncio: mark test as async")