summaryrefslogtreecommitdiff
path: root/psutil/tests/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/README.rst')
-rw-r--r--psutil/tests/README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/psutil/tests/README.rst b/psutil/tests/README.rst
index 9b870d5b..61e066b7 100644
--- a/psutil/tests/README.rst
+++ b/psutil/tests/README.rst
@@ -10,7 +10,8 @@ Instructions for running tests
on psutil::
make setup-dev-env # install missing third-party deps
- make test
+ make test # serial run
+ make test-parallel # parallel run
* To run tests on all supported Python versions install tox
(``pip install tox``) then run ``tox`` from within psutil root directory.