summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-03-09 19:51:10 -0800
committerGiampaolo Rodola <g.rodola@gmail.com>2018-03-09 19:51:10 -0800
commitb578d2febfd35f80fcfa1ce1bdf18d44d21b1581 (patch)
tree5341acf84032ee89457b973d3c0fd24f332c4db4 /docs
parentb409472c271c0f803cfa8ecc83033e508f2ae429 (diff)
downloadpsutil-b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.tar.gz
Move tests out of package to top level directory (#1232)
Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4f77b2e4..5ea03ab8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2605,12 +2605,7 @@ FAQs
Running tests
=============
-There are two ways of running tests. If psutil is already installed use::
-
- $ python -m psutil.tests
-
-You can use this method as a quick way to make sure psutil fully works on your
-platform. If you have a copy of the source code you can also use::
+First, obtain a copy of the source code. Then run tests using the command::
$ make test