[tool.pytest.ini_options] minversion = "6.0" addopts = "-ra -q --strict-markers" testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"]