summaryrefslogtreecommitdiff
path: root/psutil/tests/test_testutils.py
Commit message (Expand)AuthorAgeFilesLines
* fix invalid py 2.7 syntaxGiampaolo Rodola2020-05-041-2/+2
* unit tests for namespace classesGiampaolo Rodola2020-05-041-0/+16
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-6/+7
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-9/+9
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-32/+33
* Parallel build (#1741)Giampaolo Rodola2020-04-301-5/+6
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-14/+41
* create_zombie_proc() make it return parent so that we can kill zombieGiampaolo Rodola2020-04-281-4/+5
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-0/+2
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-59/+57
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-0/+400