Created attachment 197514 [details] [NEW PORT] devel/py-btest: Simple driver for basic unit tests btest provides basic unit testing, and this port is required for the bro-pkg port that I will be submitting in a separate bug.
Comment on attachment 197514 [details] [NEW PORT] devel/py-btest: Simple driver for basic unit tests +PORTREVISION= 1 You're not revising a port, without bumping version. New ports don't need this; Only time PORTREVISION is needed is when updating a port without updating port version
Created attachment 197535 [details] [NEW PORT] devel/py-btest: Simple driver for basic unit tests Removed PORTREVISION and aligned Makefile values
I'll try to get it committed.
Differential revision: https://reviews.freebsd.org/D17353
A commit references this bug: Author: 0mp Date: Sat Sep 29 20:24:19 UTC 2018 New revision: 480917 URL: https://svnweb.freebsd.org/changeset/ports/480917 Log: New port: devel/py-btest: Simple driver for basic unit tests 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. PR: 231738 Submitted by: Shirkdog <mshirk@daemon-security.com> Reviewed by: krion, Nathan <ndowens@yahoo.com> Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17353 Changes: head/devel/Makefile head/devel/py-btest/ head/devel/py-btest/Makefile head/devel/py-btest/distinfo head/devel/py-btest/pkg-descr
Thank you!