[tool.pytest.ini_options] python_files = "test_*.py" testpaths = ["tests"] addopts = "-v --cov=. --cov-report=term-missing --cov-report=html"