mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-pytest-recorder: New port: Pytest Plugin for unit tests writing for tools consuming Web APIs
This commit is contained in:
parent
02b75f78e1
commit
f7a76858b9
4 changed files with 28 additions and 0 deletions
|
@ -5653,6 +5653,7 @@
|
||||||
SUBDIR += py-pytest-qt
|
SUBDIR += py-pytest-qt
|
||||||
SUBDIR += py-pytest-random-order
|
SUBDIR += py-pytest-random-order
|
||||||
SUBDIR += py-pytest-randomly
|
SUBDIR += py-pytest-randomly
|
||||||
|
SUBDIR += py-pytest-recorder
|
||||||
SUBDIR += py-pytest-regressions
|
SUBDIR += py-pytest-regressions
|
||||||
SUBDIR += py-pytest-regtest
|
SUBDIR += py-pytest-regtest
|
||||||
SUBDIR += py-pytest-relaxed
|
SUBDIR += py-pytest-relaxed
|
||||||
|
|
22
devel/py-pytest-recorder/Makefile
Normal file
22
devel/py-pytest-recorder/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
PORTNAME= pytest-recorder
|
||||||
|
DISTVERSION= 0.3.0
|
||||||
|
CATEGORIES= devel python
|
||||||
|
MASTER_SITES= PYPI
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= Pytest Plugin for unit tests writing for tools consuming Web APIs
|
||||||
|
WWW= https://pypi.org/project/pytest-recorder/
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= pep517 autoplist
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/py-pytest-recorder/distinfo
Normal file
3
devel/py-pytest-recorder/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1731270257
|
||||||
|
SHA256 (pytest_recorder-0.3.0.tar.gz) = b2acb2333f66392c6d9ba3309962119a23250e640383ffc308e81938f68dca17
|
||||||
|
SIZE (pytest_recorder-0.3.0.tar.gz) = 6477
|
2
devel/py-pytest-recorder/pkg-descr
Normal file
2
devel/py-pytest-recorder/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Pytest plugin, meant to facilitate unit tests writing for tools consuming
|
||||||
|
Web APIs.
|
Loading…
Add table
Reference in a new issue