View | Details | Raw Unified | Return to bug 231738 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-btest/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	btest
4
DISTVERSION=	0.58
5
CATEGORIES=	devel
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	mshirk@daemon-security.com
10
COMMENT=	Simple driver for basic unit tests
11
12
LICENSE=	BSD3CLAUSE
13
14
USES=		python
15
USE_PYTHON=	autoplist concurrent distutils
16
17
NO_ARCH=yes
18
19
.include <bsd.port.mk>
(-)b/devel/py-btest/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1537920428
2
SHA256 (btest-0.58.tar.gz) = 632f88977e1091cec2edf853826c8b0233f6839a6bf490217e3947d8ba342402
3
SIZE (btest-0.58.tar.gz) = 68811
(-)b/devel/py-btest/pkg-descr (+10 lines)
Line 0 Link Here
1
The btest is a simple framework for writing unit tests. Freely
2
borrowing some ideas from other packages, it's main objective is to
3
provide an easy-to-use, straightforward driver for a suite of
4
shell-based tests. Each test consists of a set of command lines that
5
will be executed, and success is determined based on their exit
6
codes. btest comes with some additional tools that can be used
7
within such tests to compare output against a previously established
8
baseline.
9
10
WWW: https://github.com/bro/btest/

Return to bug 231738