Skip to content
Snippets Groups Projects
Commit fe5230eb authored by Matthew Seaman's avatar Matthew Seaman
Browse files

devel/py-assertpy: New port

Simple assertions library for unit testing in Python
parent 6fd6c137
No related branches found
No related tags found
No related merge requests found
......@@ -4260,6 +4260,7 @@
SUBDIR += py-asn1crypto
SUBDIR += py-aspectlib
SUBDIR += py-aspy.yaml
SUBDIR += py-assertpy
SUBDIR += py-ast-decompiler
SUBDIR += py-asteval
SUBDIR += py-astor
......
PORTNAME= assertpy
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Simple assertions library for unit testing in Python
WWW= https://github.com/assertpy/assertpy
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1693728491
SHA256 (assertpy-1.1.tar.gz) = acc64329934ad71a3221de185517a43af33e373bb44dc05b5a9b174394ef4833
SIZE (assertpy-1.1.tar.gz) = 25421
Simple assertions library for unit testing in Python with a nice
fluent API. Supports both Python 2 and 3.
Just import the assert_that function, and away you go...
Of course, assertpy works best with a python test runner like pytest
(our favorite) or Nose.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment