From f15bdf36dff14c65053d9a8ec2d1fcda36c5f8b1 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Sat, 21 May 2016 15:05:21 -0600 Subject: [PATCH] Updated ReadMe. Note about gevent incompatibility. Fixed statement about default number of processors used. --- README-pypi.rst | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-pypi.rst b/README-pypi.rst index 4e4738c..8bdfc18 100644 --- a/README-pypi.rst +++ b/README-pypi.rst @@ -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. diff --git a/README.md b/README.md index e0d5904..dbc01fa 100644 --- a/README.md +++ b/README.md @@ -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.