Registered by Robert Collins

Test Repository provides a database of test results which fits into developers work flow and keeps track of useful information like what tests are failing, or which failures have the same backtrace.

This project 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).

A mailing list for discussion, usage and development is at https://launchpad.net/~testrepository-dev - all are welcome to join. Some folk hang out on #testrepository on irc.freenode.net.

Source code is maintained at https://github.com/testing-cabal/testrepository

CI for the project is at http://build.robertcollins.net/job/testrepository-default/.

Project information

Maintainer:
testrepository committers
Driver:
Not yet selected
Licence:
Apache Licence, Simplified BSD Licence

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
python

All packages Packages in Distributions

Downloads

Latest version is 0.0.19
released

All downloads

Announcements

  • 0.0.3 released on 2010-02-28
    I'm very happy to released testrepository 0.0.3. This adds the 'testr run' wo...