[pytest] asyncio_mode = auto asyncio_default_fixture_loop_scope = session asyncio_default_test_loop_scope = session testpaths = tests python_files = test_*.py *_test.py python_classes = Test* python_functions = test_* addopts = -v --tb=short -s --import-mode=importlib markers = asyncio: mark test as an async test slow: mark test as slow running