summaryrefslogtreecommitdiff
path: root/psutil/tests/README.rst
blob: 9dca118674d8bde6f9b7691eba9c8d79f6109eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Instructions for running tests
==============================

* There are two ways of running tests. As a "user", if psutil is already
  installed and you just want to test it works::

    python -m psutil.tests

  As a "developer", if you have a copy of the source code and you wish to hack
  on psutil::

    make setup-dev-env  # install missing third-party deps
    make test           # serial run
    make test-parallel  # parallel run