New port devel/py-exam 0.10.5
Exam is a Python toolkit for writing better tests. It aims to remove a lot of the boiler plate testing code one often writes, while still following Python conventions and adhering to the unit testing interface. WWW: https://github.com/fluxx/exam
This commit is contained in:
parent
bf7e7579d9
commit
47497c19f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412311
4 changed files with 24 additions and 0 deletions
|
@ -4056,6 +4056,7 @@
|
|||
SUBDIR += py-epsilon
|
||||
SUBDIR += py-evdev
|
||||
SUBDIR += py-event
|
||||
SUBDIR += py-exam
|
||||
SUBDIR += py-extras
|
||||
SUBDIR += py-extremes
|
||||
SUBDIR += py-ezpyinline
|
||||
|
|
16
devel/py-exam/Makefile
Normal file
16
devel/py-exam/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= exam
|
||||
PORTVERSION= 0.10.5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Exam is a Python toolkit for writing better tests
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-exam/distinfo
Normal file
2
devel/py-exam/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (exam-0.10.5.tar.gz) = 8cf1212884aef9d65bcb69875c755c9228cd033d7fda71c26636c7c9cded8b00
|
||||
SIZE (exam-0.10.5.tar.gz) = 10977
|
5
devel/py-exam/pkg-descr
Normal file
5
devel/py-exam/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Exam is a Python toolkit for writing better tests. It aims to remove a lot of
|
||||
the boiler plate testing code one often writes, while still following Python
|
||||
conventions and adhering to the unit testing interface.
|
||||
|
||||
WWW: https://github.com/fluxx/exam
|
Loading…
Reference in a new issue