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

Collapse All | Expand All

(-)b/devel/py-btest/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	btest
4
DISTVERSION=    0.58
5
PORTREVISION=	1
6
CATEGORIES= 	devel
7
MASTER_SITES=   CHEESESHOP
8
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	mshirk@daemon-security.com
11
COMMENT=	Simple driver for basic unit tests
12
13
LICENSE=        BSD3CLAUSE
14
15
USES=           python
16
USE_PYTHON=     autoplist concurrent distutils
17
18
NO_ARCH=yes
19
20
.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