testrepository

A repository of test results
Download

testrepository Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Robert Collins
  • Publisher web site:
  • http://bazaar.canonical.com

testrepository Tags


testrepository Description

A repository of test results testrepository 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/.Quick StartCreate a repository::testr initLoad a test run into the repository::testr load < testrunQuery the repository::testr stats $ testr last $ testr failingDelete a repository::testr deleteDocumentationMore detailed documentation including design and implementation details, a user manual, and guidelines for development of Test Repository itself can be found in the doc/ directory. Requirements: · Python


testrepository Related Software