Created attachment 193932 [details] py-testrepository.patch Hello, attached is the patch from svn for the Python package devel/py-testrepository, that provides a database of test results which can be used as part of developer workflow to ensure/check things like: + - No commits without having had a test failure, test fixed cycle. - No commits without new tests being added. - What tests have failed since the last commit (to run just a subset). - What tests are currently failing and need work. QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK Note: Before this port can be added to the ports tree following port must be added first: - devel/py-python-subunit (see also PR #228685: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228685 )
A commit references this bug: Author: sunpoet Date: Tue Jun 19 21:46:33 UTC 2018 New revision: 472825 URL: https://svnweb.freebsd.org/changeset/ports/472825 Log: Add py-testrepository 0.0.20 The package provides a database of test results which can be used as part of developer workflow to ensure/check things like: - No commits without having had a test failure, test fixed cycle. - No commits without new tests being added. - What tests have failed since the last commit (to run just a subset). - What tests are currently failing and need work. Test results are inserted using subunit (and thus anything that can output subunit or be converted into a subunit stream can be accepted). WWW: https://launchpad.net/testrepository PR: 228692 Submitted by: Kai <freebsd_ports@k-worx.org> Changes: head/devel/Makefile head/devel/py-testrepository/ head/devel/py-testrepository/Makefile head/devel/py-testrepository/distinfo head/devel/py-testrepository/pkg-descr
Committed. Thanks!