a76d5ced89
DDT (Data-Driven Tests) allows you to multiply one test case by running it with different test data, and make it appear as multiple test cases.
16 lines
394 B
Makefile
16 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/04/25 20:37:06 fhajny Exp $
|
|
|
|
DISTNAME= ddt-1.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/ddt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/txels/ddt/
|
|
COMMENT= Data-Driven/Decorated Tests
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|