A repository of test results.
Project description
Overview
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.
CI for the project is at http://build.robertcollins.net/job/testrepository-default/.
Licensing
Test Repository is under BSD / Apache 2.0 licences. See the file COPYING in the source for details.
Quick Start
- Create a config file::
$ touch .testr.conf
- Create a repository::
$ testr init
- Load a test run into the repository::
$ testr load < testrun
- Query the repository::
$ testr stats $ testr last $ testr failing
- Delete a repository::
$ rm -rf .testrepository
Documentation
More detailed documentation including design and implementation details, a user manual, and guidelines for development of Test Repository itself can be found at https://testrepository.readthedocs.org/en/latest, or in the source tree at doc/ (run make -C doc html).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file testrepository-0.0.15.tar.gz
.
File metadata
- Download URL: testrepository-0.0.15.tar.gz
- Upload date:
- Size: 83.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6e7347077bd412915de1f89c5411b85da96abe07f43cd47939dc6f9e0228d94 |
|
MD5 | 2a2c67918abc7ac53f68197032928192 |
|
BLAKE2b-256 | 54b4cd44e57e50255861acd4340385ebd425034f27e249946676c2c2303c1eac |