freebsd-ports/devel/py-pytest-azurepipelines/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

14 lines
648 B
Text

Make pytest easier to use with Microsoft Azure Pipelines. Just run pytest with
this plugin and see your test results in the Azure Pipelines UI!
Features:
- Formats the PyTest output to show test docstrings and module names instead of
just test case names in the Azure Pipelines UI.
- Uploads test results automatically, no need for a separate test results upload
command
- Displays the number of failed tests if there were failures as an error message
in the UI
- Automatically formats code coverage and uploads coverage data if pytest-cov is
installed
- Supports running inside a Docker container and automatically uploads test
results