[pytest] minversion = 6.0 testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Asyncio support asyncio_mode = auto # Warnings filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning # Markers markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests unit: marks tests as unit tests benchmark: marks tests as benchmark tests asyncio: marks tests as async tests # Coverage addopts = --strict-markers --tb=short -ra # Output console_output_style = progress