Skip to content

Commit

Permalink
capturing unexpected successes in full test suite (beeware#141)
Browse files Browse the repository at this point in the history
Add text and command line entry to describe how to capture the unexpected successes especially since it takes a long time to run.
  • Loading branch information
julisi authored and freakboy3742 committed Jun 3, 2016
1 parent 5272e5c commit facb127
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/internals/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ To run the entire test suite, type:
$ cd voc
$ python setup.py test
To capture unexpected successes in test:

This will take quite a while - it takes 40 minutes on the CI server. If you just want to run a single test, or a single group of tests, you can provide command-line arguments.
$ python setup.py test | grep success

Running the full test suite will take quite a while - it takes 40 minutes on the CI server. If you just want to run a single test, or a single group of tests, you can provide command-line arguments.

To run a single test, provide the full dotted-path to the test:

Expand Down

0 comments on commit facb127

Please sign in to comment.