GitXplorerGitXplorer
d

proctor

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
382d0ad44840e603f293a5241e1530d68c3db8eb

fix packaging instructions

ddhellmann committed 16 years ago
Unverified
0aaecfc0d99a7da89773c8e4950b98c0907d5e11

start migration to paver

ddhellmann committed 16 years ago
Unverified
2738b46cd01673c1e9bcc4974a2539f9a370451d

update tags

committed 16 years ago
Unverified
c0e0e4c6d928fe0c92c7589ccad7d908857a731e

always rebuild setup.py and index.html

ddhellmann committed 16 years ago
Unverified
99414b52e7e83eda2f992bb93cf8cdd3f9cc6e7a

use the right keys for the status lookup

ddhellmann committed 16 years ago
Unverified
ebe7f3b4294be075424578f738a98c7b64a68bce

use cumulative exit code

ddhellmann committed 16 years ago

README

The README file for this repository.

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