Skip to content

Instantly share code, notes, and snippets.

@Mgancita
Created February 8, 2022 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mgancita/98f0a3ccca7ace2c1014d0f3176fd0c8 to your computer and use it in GitHub Desktop.
Save Mgancita/98f0a3ccca7ace2c1014d0f3176fd0c8 to your computer and use it in GitHub Desktop.
pytest config in pyproject.toml
[tool.pytest.ini_options]
addopts = "--cov=cookiecutter-pypackage --cov-branch --cov-report term-missing -vv --color=yes --cov-fail-under 100"
python_files = "tests.py test_*.py *_tests.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment