FreeBSD Bugzilla – Attachment 197514 Details for
Bug 231738
[NEW PORT] devel/py-btest: Simple driver for basic unit tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[NEW PORT] devel/py-btest: Simple driver for basic unit tests
py-btest.patch (text/plain), 1.61 KB, created by
Shirkdog
on 2018-09-26 13:08:46 UTC
(
hide
)
Description:
[NEW PORT] devel/py-btest: Simple driver for basic unit tests
Filename:
MIME Type:
Creator:
Shirkdog
Created:
2018-09-26 13:08:46 UTC
Size:
1.61 KB
patch
obsolete
>diff --git a/devel/py-btest/Makefile b/devel/py-btest/Makefile >new file mode 100644 >index 000000000000..880a4311a50c >--- a/devel/py-btest/Makefile >+++ b/devel/py-btest/Makefile >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= btest >+DISTVERSION= 0.58 >+PORTREVISION= 1 >+CATEGORIES= devel >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= mshirk@daemon-security.com >+COMMENT= Simple driver for basic unit tests >+ >+LICENSE= BSD3CLAUSE >+ >+USES= python >+USE_PYTHON= autoplist concurrent distutils >+ >+NO_ARCH=yes >+ >+.include <bsd.port.mk> >diff --git a/devel/py-btest/distinfo b/devel/py-btest/distinfo >new file mode 100644 >index 000000000000..ab389becb1ff >--- a/devel/py-btest/distinfo >+++ b/devel/py-btest/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1537920428 >+SHA256 (btest-0.58.tar.gz) = 632f88977e1091cec2edf853826c8b0233f6839a6bf490217e3947d8ba342402 >+SIZE (btest-0.58.tar.gz) = 68811 >diff --git a/devel/py-btest/pkg-descr b/devel/py-btest/pkg-descr >new file mode 100644 >index 000000000000..412ce6f4b850 >--- a/devel/py-btest/pkg-descr >+++ b/devel/py-btest/pkg-descr >@@ -0,0 +1,10 @@ >+The btest is a simple framework for writing unit tests. Freely >+borrowing some ideas from other packages, it's main objective is to >+provide an easy-to-use, straightforward driver for a suite of >+shell-based tests. Each test consists of a set of command lines that >+will be executed, and success is determined based on their exit >+codes. btest comes with some additional tools that can be used >+within such tests to compare output against a previously established >+baseline. >+ >+WWW: https://github.com/bro/btest/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231738
:
197514
|
197535