An open API service indexing awesome lists of open source software.

https://github.com/dhellmann/proctor

Proctor is a tool for running unit tests. It enhances the standard unittest module to provide the ability to find all tests in a set of code, categorize them via tagging, and run some or all of them. Test output may be generated in a variety of formats to support parsing by another tool or simple, nicely formatted, reports for human review.
https://github.com/dhellmann/proctor

Last synced: 1 day ago
JSON representation

Proctor is a tool for running unit tests. It enhances the standard unittest module to provide the ability to find all tests in a set of code, categorize them via tagging, and run some or all of them. Test output may be generated in a variety of formats to support parsing by another tool or simple, nicely formatted, reports for human review.

Awesome Lists containing this project

README

          

#######
Proctor
#######

Proctor is a tool for running unit tests. It enhances the standard
unittest module to provide the ability to find all tests in a set of
code, categorize them via tagging, and run some or all of them. Test
output may be generated in a variety of formats to support parsing by
another tool or simple, nicely formatted, reports for human review.

For help with the command line interface, run ``proctorbatch --help``.