Bug 228692 - [NEW PORT] devel/py-testrepository: Repository of test results
Summary: [NEW PORT] devel/py-testrepository: Repository of test results
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL: https://pypi.org/project/testrepository/
Keywords:
Depends on: 228685
Blocks: 228697
  Show dependency treegraph
 
Reported: 2018-06-02 15:09 UTC by Kai Knoblich
Modified: 2018-06-19 21:47 UTC (History)
1 user (show)

See Also:


Attachments
py-testrepository.patch (3.08 KB, patch)
2018-06-02 15:09 UTC, Kai Knoblich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-06-02 15:09:37 UTC
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 )
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-19 21:47:17 UTC
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
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-06-19 21:47:23 UTC
Committed. Thanks!