summaryrefslogtreecommitdiff
path: root/psutil/tests/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-151-82/+1
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* import ssl only if necessaryGiampaolo Rodola2018-06-121-1/+1
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+94
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-94/+0
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-041-2/+0
* use new PYTHON_EXEGiampaolo Rodola2017-10-301-6/+6
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-20/+1
* move some functions out of the main test util module as they don't belong in ...Giampaolo Rodola2017-05-021-4/+72
* fix travisGiampaolo Rodola2017-04-251-1/+1
* #1018: add --install-deps optGiampaolo Rodola2017-04-251-1/+34
* #1018: enable 'python -m psutil.tests' to run tests1018-test-refactoringGiampaolo Rodola2017-04-241-0/+14