summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update docstringnumfds-test-case-classGiampaolo Rodola2020-05-061-0/+7
* update docstringGiampaolo Rodola2020-05-061-10/+23
* fix tests + update docstringGiampaolo Rodola2020-05-052-22/+25
* fix win testGiampaolo Rodola2020-05-052-1/+3
* provide test case for test classGiampaolo Rodola2020-05-051-8/+12
* Merge branch 'numfds-test-case-class' of github.com:giampaolo/psutil into num...Giampaolo Rodola2020-05-052-2/+11
|\
| * adjust tests for windowsGiampaolo Rodola2020-05-052-2/+11
* | fix typoGiampaolo Rodola2020-05-051-1/+1
|/
* define a TestFdsLeak framework classGiampaolo Rodola2020-05-053-16/+77
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-05-051-53/+58
|\
| * Windows: refactor proc username(), split it in 2 functionsGiampaolo Rodola2020-05-052-54/+59
* | restore file permissionsGiampaolo Rodola2020-05-054-0/+0
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-05-053-4/+24
|\ \ | |/
| * fix some memleak tests on winGiampaolo Rodola2020-05-054-9/+29
* | fix winmake test targetGiampaolo Rodola2020-05-051-2/+2
* | (minor) fix argGiampaolo Rodola2020-05-051-3/+3
* | don't run namespaces test at runtime + refactor coverage testGiampaolo Rodola2020-05-053-23/+30
|/
* have mem leak test class check num of fds/handlesGiampaolo Rodola2020-05-043-47/+43
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-05-048-285/+419
|\
| * Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo Rodola2020-05-049-299/+430
* | update READMEGiampaolo Rodola2020-05-031-14/+11
|/
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-0312-159/+306
* Parallelize fetch all processes tests with proc pool (#1746)Giampaolo Rodola2020-05-021-114/+103
* cleanup psutil mod namespace a bitGiampaolo Rodola2020-05-011-21/+18
* refactor signal testsGiampaolo Rodola2020-05-011-50/+38
* fix AttributeErrorGiampaolo Rodola2020-05-011-2/+8
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-0111-178/+151
* Drastically improve "make test/build" speed.Giampaolo Rodola2020-05-014-39/+39
* Revert #1736: Popen inheriting from subprocess (#1744)Giampaolo Rodola2020-05-015-112/+69
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-3018-269/+262
* Merge branch 'test-runner-refact'Giampaolo Rodola2020-04-303-151/+159
|\
| * See: #1709: allow per-test parallelizationGiampaolo Rodola2020-04-308-170/+187
* | Parallel build (#1741)Giampaolo Rodola2020-04-306-19/+28
|/
* refactoring / rename varsGiampaolo Rodola2020-04-291-12/+10
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-2812-215/+260
* show status() in __repr__Giampaolo Rodola2020-04-283-20/+24
* create_zombie_proc() make it return parent so that we can kill zombieGiampaolo Rodola2020-04-284-19/+27
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-288-60/+99
* add new termina() test utilGiampaolo Rodola2020-04-271-56/+73
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-2625-134/+315
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-2625-134/+315
* | rename varGiampaolo Rodola2020-04-265-45/+45
|/
* trick to execute atexit functions in case of SIGTERMGiampaolo Rodola2020-04-251-21/+34
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-04-2410-355/+300
|\
| * Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-2410-355/+300
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-04-246-30/+111
|\ \ | |/
| * Backport python 3 super() (#1733)Giampaolo Rodola2020-04-247-34/+112
* | skip scripts test if can't locate directoryGiampaolo Rodola2020-04-241-4/+1
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-04-2312-443/+572
|\
| * MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-2313-442/+586