Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testrepository

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testrepository

A repository of test results

  • 0.0.21
  • PyPI
  • Socket score

Maintainers
3

Test Repository +++++++++++++++

.. image:: https://travis-ci.org/testing-cabal/testrepository.svg?branch=master :target: https://travis-ci.org/testing-cabal/testrepository

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 https://travis-ci.org/testing-cabal/testrepository

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc