summaryrefslogtreecommitdiff
path: root/psutil/tests/test_testutils.py
Commit message (Expand)AuthorAgeFilesLines
* update INSTALL.rst + fix CI failuresGiampaolo Rodola2020-12-191-0/+1
* some fixes to help #1762Giampaolo Rodola2020-05-181-1/+3
* fix some testsGiampaolo Rodola2020-05-151-0/+2
* have leak test use 3M instead of 70M to avoid swapping out on CIGiampaolo Rodola2020-05-131-1/+2
* put fds test in mem leak classGiampaolo Rodola2020-05-131-19/+16
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-131-41/+12
* Add new TestFdsLeak test class (#1752)Giampaolo Rodola2020-05-061-10/+14
* Windows: refactor proc username(), split it in 2 functionsGiampaolo Rodola2020-05-051-1/+1
* have mem leak test class check num of fds/handlesGiampaolo Rodola2020-05-041-5/+20
* Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo 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