devel/py-test-utils: New port: Collection of utility functions and classes for integration tests

This commit is contained in:
Yuri Victorovich 2023-12-26 10:46:48 -08:00
parent 5d3500e897
commit f7ecd77fc2
4 changed files with 24 additions and 0 deletions

View file

@ -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

View 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>

View 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

View file

@ -0,0 +1,2 @@
Python test utils is a collection of different functions and classes which make
writing integration tests easier.