The preferred Python coverage tool that measures code coverage
$ pip install coverage
A popular pytest plugin often used in conjunction with coverage.py
$ pip install pytest-cov
GitHub Actions is a cloud-based CI system provided by GitHub.
Typer is a library for building CLI applications.
-
pytest-mockfor general-purpose mocking
The mocker fixture cleans up after itself, so a with block must not be used.
-
pytest-postgresql,pytest-mongo,pytest-mysql, andpytest-dynamodbfor mocking database access -
pytest-httpserverfor mocking HTTP servers -
responsesandbetamaxfor mocking requests -
pytest-rabbitmq,pytest-solr,pytest-elasticsearch,pytest-redis, and others
Filter by Framework::Pytest on PyPI to find packages
that include a pytest plugin but aren't named pytest- or -pytest.