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.
- Host: GitHub
- URL: https://github.com/dhellmann/proctor
- Owner: dhellmann
- Created: 2020-06-27T15:35:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:36:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T10:41:33.955Z (over 1 year ago)
- Language: Python
- Size: 190 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog
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``.