devel/py-test-utils: New port: Collection of utility functions and classes for integration tests
This commit is contained in:
parent
5d3500e897
commit
f7ecd77fc2
4 changed files with 24 additions and 0 deletions
|
@ -5689,6 +5689,7 @@
|
|||
SUBDIR += py-termcolor
|
||||
SUBDIR += py-termcolor-whl
|
||||
SUBDIR += py-termstyle
|
||||
SUBDIR += py-test-utils
|
||||
SUBDIR += py-testfixtures
|
||||
SUBDIR += py-testinfra
|
||||
SUBDIR += py-testoob
|
||||
|
|
18
devel/py-test-utils/Makefile
Normal file
18
devel/py-test-utils/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
PORTNAME= test-utils
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Collection of utility functions and classes for integration tests
|
||||
WWW= https://test-utils.readthedocs.io/en/latest/
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-test-utils/distinfo
Normal file
3
devel/py-test-utils/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1703616245
|
||||
SHA256 (test-utils-0.1.0.tar.gz) = a6fdb375871b43caaa622ae127ecccfdd6713c1d8d8ee789f2484e0ba37f4033
|
||||
SIZE (test-utils-0.1.0.tar.gz) = 2998
|
2
devel/py-test-utils/pkg-descr
Normal file
2
devel/py-test-utils/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Python test utils is a collection of different functions and classes which make
|
||||
writing integration tests easier.
|
Loading…
Reference in a new issue