Skip to content

Commit

Permalink
Updated ReadMe. Note about gevent incompatibility. Fixed statement ab…
Browse files Browse the repository at this point in the history
…out default number of processors used.
  • Loading branch information
CleanCut committed May 21, 2016
1 parent 8bad783 commit f15bdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-pypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Features

- **Clean** - Low redundancy in output. Result stats for each test is lined up in a vertical column.
- **Colorful** - Terminal output makes good use of color when the terminal supports it.
- **Fast** - Can run tests in independent processes. (Only 1 by default for compatibility, try "-s 0" for best results)
- **Fast** - Tests run in independent processes. (One per processor by default. Does not play nicely with gevent.)
- **Powerful** - Multi-target + auto-discovery.
- **Traditional** - Use the normal ``unittest`` classes and methods for your unit tests.
- **Descriptive** - Four verbosity levels, from just dots to full docstring output.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Features

- **Clean** - Low redundancy in output. Result statistics for each test is vertically aligned.
- **Colorful** - Terminal output makes good use of color when the terminal supports it.
- **Fast** - Tests run in independent processes. (Only 1 by default for compatibility, try `-s 0` for best results)
- **Fast** - Tests run in independent processes. (One per processor by default. Does *not* play nicely with `gevent`)
- **Powerful** - Multi-target + auto-discovery.
- **Traditional** - Use the normal `unittest` classes and methods for your unit tests.
- **Descriptive** - Four verbosity levels, from just dots to full docstring output.
Expand Down

0 comments on commit f15bdf3

Please sign in to comment.