Skip to content

Commit

Permalink
devel/py-test-utils: New port: Collection of utility functions and cl…
Browse files Browse the repository at this point in the history
…asses for integration tests
  • Loading branch information
yurivict committed Dec 26, 2023
1 parent 5d3500e commit f7ecd77
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions devel/py-test-utils/Makefile
@@ -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 changes: 3 additions & 0 deletions devel/py-test-utils/distinfo
@@ -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 changes: 2 additions & 0 deletions devel/py-test-utils/pkg-descr
@@ -0,0 +1,2 @@
Python test utils is a collection of different functions and classes which make
writing integration tests easier.

0 comments on commit f7ecd77

Please sign in to comment.