summaryrefslogtreecommitdiff
path: root/psutil/tests/runner.py
Commit message (Expand)AuthorAgeFilesLines
* See: #1709: allow per-test parallelizationGiampaolo Rodola2020-04-301-116/+122
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-0/+2
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-281-1/+2
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-67/+231
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-1/+5
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-151-0/+15
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* refactor print colors utilsGiampaolo Rodola2020-02-151-75/+25
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-0/+1
* don't fail if there are not prev failed testsGiampaolo Rodola2019-04-051-1/+3
* fix #1478: add make command to re-run tests failed on last runGiampaolo Rodola2019-04-051-2/+25
* #1458: implement colors on WindowsGiampaolo Rodola2019-03-181-7/+49
* Big docfix (#1464)Giampaolo Rodola2019-03-141-7/+7
* test runner: show errors on KeyboardInterruptGiampaolo Rodola2019-03-131-3/+18
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-25/+17
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-0/+122
* #1018: enable 'python -m psutil.tests' to run tests1018-test-refactoringGiampaolo Rodola2017-04-241-37/+0
* refactor test runnerGiampaolo Rodola2017-02-021-12/+22
* add hack to make unittest print full test paths; also remove nose as a depGiampaolo Rodola2016-10-051-0/+2
* make setup.py and runner.py executableGiampaolo Rodola2016-10-031-0/+0
* fix testsGiampaolo Rodola2016-02-081-2/+2
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-0/+25