summaryrefslogtreecommitdiff
path: root/psutil/tests/test_memory_leaks.py
Commit message (Expand)AuthorAgeFilesLines
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+2
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-4/+2
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-241-2/+3
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-135/+29
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* skip memleak tests on PyPy: they are unreliable probably because of the JITGiampaolo Rodola2020-02-101-4/+7
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-12/+12
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-4/+3
* skip pure-python mem test on linuxGiampaolo Rodola2019-05-301-0/+1
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+5
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-051-19/+1
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-051-0/+2
* #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-281-2/+0
* refactor CREDITSGiampaolo Rodola2019-02-251-2/+2
* #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...Giampaolo Rodola2019-02-151-0/+10
* disable false positive mem test on travis + osxGiampaolo Rodola2018-11-071-0/+1
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-5/+5
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+599
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-599/+0
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-2/+0
* PEP8-ify codeGiampaolo Rodola2017-09-271-1/+0
* AIX support (#1123)wiggin152017-09-261-0/+3
* memleaks tests: show extra proc memoryGiampaolo Rodola2017-05-131-6/+10
* test-memleaks: skip memory_maps test if not supported by platformGiampaolo Rodola2017-05-131-2/+3
* openbsd: skip memleak test failing because of access deniedGiampaolo Rodola2017-05-131-0/+3
* Merge pull request #1056 from giampaolo/802-wrap-numbersGiampaolo Rodola2017-05-091-2/+2
|\
| * #802: update doc + apply wrap function to disk and net io functionsGiampaolo Rodola2017-05-091-2/+2
* | memleaks: warm up before startingGiampaolo Rodola2017-05-091-1/+4
|/
* fix testGiampaolo Rodola2017-05-031-0/+3
* move create_sockets() out of memory_leaks.py and make it available for all testsGiampaolo Rodola2017-05-011-44/+5
* memleaks tests: create test sockets also for net_connections() so that we exc...Giampaolo Rodola2017-05-011-18/+29
* bind_socket() change signatureGiampaolo Rodola2017-05-011-11/+6
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-3/+3
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-2/+2
* define support constants to check availability of functionalitiesGiampaolo Rodola2017-04-301-17/+20
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-35/+29
* #1033 / net|proc connections / FreeBSD / OSX / memory leak: Py_DECREF object ...Giampaolo Rodola2017-04-291-1/+1
* memleak / connections: create also UDP sockets in order to excercise more C c...Giampaolo Rodola2017-04-291-9/+19
* fix testsGiampaolo Rodola2017-02-131-7/+13
* merge from masterGiampaolo Rodola2017-02-011-0/+6
|\
| * fix memleaks testGiampaolo Rodola2017-02-011-0/+6
* | #955: sensors_batter() linux implGiampaolo Rodola2017-01-261-0/+8
|/
* memleaks test: add test to grant coverage of all psutil system functionsGiampaolo Rodola2017-01-241-1/+18
* memleaks test: add test to grant coverage of all Process methodsGiampaolo Rodola2017-01-241-0/+17
* #357: implement proc cpu_num() on SunOSGiampaolo Rodola2017-01-241-0/+6
* #941: cpu frequency - windows implementationGiampaolo Rodola2017-01-201-0/+5
* (win) add memleak test for proc_info()Giampaolo Rodola2016-10-281-3/+17
* move stuff aroundGiampaolo Rodola2016-10-281-22/+32