summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* try to fix OSX/Travis failuretestfnGiampaolo Rodola2020-04-241-1/+1
* atexit close DEVNULL separatelyGiampaolo Rodola2020-04-241-2/+7
* remove UNIX test socket files created by subprocessGiampaolo Rodola2020-04-241-2/+4
* get rid of unix_socket_pathGiampaolo Rodola2020-04-244-123/+98
* fix win testsGiampaolo Rodola2020-04-243-10/+16
* monkey patch unittest.TestCase if PSUTIL_TESTING env varGiampaolo Rodola2020-04-242-4/+4
* get rid of prefix argGiampaolo Rodola2020-04-242-9/+8
* get rid of TESTFNGiampaolo Rodola2020-04-241-16/+5
* get rid of TESTFN_INVALID_UNICODEGiampaolo Rodola2020-04-242-9/+8
* get rid of TESTFN_UNICODEGiampaolo Rodola2020-04-243-9/+10
* get rid of _TESTFNGiampaolo Rodola2020-04-241-8/+8
* do not use TESTFNGiampaolo Rodola2020-04-241-5/+2
* don't use tempfileGiampaolo Rodola2020-04-241-8/+5
* fix errsGiampaolo Rodola2020-04-241-6/+6
* replace tempfile with get_tempfn()Giampaolo Rodola2020-04-244-16/+14
* randomize unique file name + use function instead of TestCase methodGiampaolo Rodola2020-04-246-35/+42
* docstringGiampaolo Rodola2020-04-242-4/+7
* utility fun to create TESTFNGiampaolo Rodola2020-04-249-141/+113
* Merge branch 'master' into testfnGiampaolo Rodola2020-04-243-6/+8
|\
| * Backport python 3 super() (#1733)Giampaolo Rodola2020-04-244-10/+9
* | rename varsGiampaolo Rodola2020-04-243-32/+27
* | skip scripts test if can't locate directoryGiampaolo Rodola2020-04-241-4/+1
|/
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-234-436/+548
* Fix detecting empty result in TestSystemAPIs.test_users() (#1699)Michał Górny2020-02-211-2/+2
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-1/+1
* revert #1667 process_iter() new_only paramGiampaolo Rodola2020-02-181-16/+0
* #1053 fix syntax incompatible with py2.6Giampaolo Rodola2020-02-161-2/+1
* remove deprecation test: it fails intermittently because warnings uses a glob...Giampaolo Rodola2020-02-161-17/+0
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-153-84/+17
* point all shebangs to python 3Giampaolo Rodola2020-02-1516-16/+16
* refactor print colors utilsGiampaolo Rodola2020-02-152-76/+25
* divide test_system.py unit tests in multiple classesGiampaolo Rodola2020-02-141-183/+200
* fix testsGiampaolo Rodola2020-02-132-2/+6
* #1659: provide error message in case of bugged PYPY2 versionGiampaolo Rodola2020-02-141-4/+0
* #1681, revert 00a3398Giampaolo Rodola2020-02-131-19/+0
* fix pypy on LinuxGiampaolo Rodola2020-02-121-2/+2
* refactor docGiampaolo Rodola2020-02-121-5/+26
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-116-12/+35
* fix #1681 / linux / disk_partitions: show swapGiampaolo Rodola2020-02-111-0/+16
* skip memleak tests on PyPy: they are unreliable probably because of the JITGiampaolo Rodola2020-02-102-5/+7
* Fix test errors for PYPY.Giampaolo Rodola2020-02-092-0/+4
* [Linux] disk_io_counters() ValueError when parsing /sys/block (#1684)Giampaolo Rodola2020-02-091-21/+2
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-015-53/+21
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-297-24/+26
* fix Cirrus failureGiampaolo Rodola2020-01-242-3/+5
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-248-42/+40
* Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-181-1/+17
* AD script: print AD percentage + elapsed timeGiampaolo Rodola2020-01-161-1/+1
* properly cleanup C threadGiampaolo Rodola2020-01-141-1/+1
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-091-1/+1