Skip to content

Repository files navigation

testing-pytest

example

pip install pytest pytest-html
python -m pytest project                    # full run: writes report.html
python -m pytest -k licenses .              # any test whose name matches
python -m pytest --collect-only -q project  # list every check (catalogue view)

About

example

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages