Port details |
- py-pytest-regtest Pytest plugin for regression tests
- 2.1.1 devel =2 2.1.1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2021-10-08 20:45:24
- Last Update: 2024-04-09 15:02:08
- Commit Hash: f1eea6cf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://gitlab.com/uweschmitt/pytest-regtest
- https://pypi.org/project/pytest-regtest/
- Description:
- pytest-regtest is a pytest-plugin for implementing regression tests.
Compared to functional testing a regression test does not test if
software produces correct results, instead a regression test checks
if software behaves the same way as it did before introduced changes.
pytest-regtest allows capturing selected output which then can be
compared to the captured output from former runs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-regtest>0:devel/py-pytest-regtest@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-regtest/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-regtest
- pkg install py39-pytest-regtest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pytest-regtest listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pytest-regtest
- Package flavors (<flavor>: <package>)
- py39: py39-pytest-regtest
- distinfo:
- TIMESTAMP = 1712671606
SHA256 (pytest_regtest-2.1.1.tar.gz) = bd08a6161832378b59ecd4f5815fbe26af7cd091db4a1e710e30476d5f3b8832
SIZE (pytest_regtest-2.1.1.tar.gz) = 9595
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-hatchling>=0 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pytest>=0 : devel/py-pytest@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-regtest
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1 09 Apr 2024 15:02:08 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest-regtest: update 1.5.1 → 2.1.1 |
1.5.1 21 Aug 2023 17:23:19 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest-regtest: update 1.5.0 → 1.5.1 |
1.5.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.5.0 21 Nov 2022 17:23:42 |
Dmitry Marakasov (amdmi3) |
*/*: switch my ports from USES=pytest to USE_PYTHON=pytest
Suggested by: sunpoet |
1.5.0 08 Sep 2022 20:30:42 |
Dmitry Marakasov (amdmi3) |
*/*: preserve all WWWs for my ports |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
1.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 15 Jul 2022 19:28:51 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest-regtest: update 1.4.7 → 1.5.0 |
1.4.7 14 Jul 2022 12:58:40 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest-regtest: update 1.4.6 → 1.4.7 |
1.4.6 20 Apr 2022 12:32:14 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest-regtest: switch to USES=pytest |
1.4.6 08 Oct 2021 20:35:49 |
Dmitry Marakasov (amdmi3) |
py-pytest-regtest: add port: Pytest plugin for regression tests
pytest-regtest is a pytest-plugin for implementing regression tests.
Compared to functional testing a regression test does not test if
software produces correct results, instead a regression test checks
if software behaves the same way as it did before introduced changes.
pytest-regtest allows capturing selected output which then can be
compared to the captured output from former runs.
WWW: https://pypi.org/project/pytest-regtest/
WWW: https://gitlab.com/uweschmitt/pytest-regtest |