summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* try to fix win testGiampaolo Rodola2018-04-131-2/+5
* Merge branch 'master' into 771-win-cpu-countGiampaolo Rodola2018-04-122-8/+26
|\
| * remove incorrect test assumption that proc cpu percent on windows is supposed...Giampaolo Rodola2018-04-121-4/+0
| * have safe_rmpath() on windows retry for 1 sec in case of failure as a workaro...Giampaolo Rodola2018-04-111-4/+26
* | refactor testsGiampaolo Rodola2018-03-311-15/+27
* | add WMI testsGiampaolo Rodola2018-03-311-0/+10
* | psutil_get_num_cpus(): provide an option to fail on errGiampaolo Rodola2018-03-301-8/+0
* | Merge branch 'master' into 771-win-cpu-countGiampaolo Rodola2018-03-291-0/+30
|\ \ | |/
| * #1255 adjust style + give CREDITS to @hrefGiampaolo Rodola2018-03-291-17/+13
| * Fixes swap_memory not returning bytes on FreeBSD (#1260)Denis Krienbühl2018-03-291-0/+34
* | return None if cpu_count() is undetermined + add mock testGiampaolo Rodola2018-03-281-0/+8
|/
* fix appveyor failure, see https://ci.appveyor.com/project/giampaolo/psutil/bu...Giampaolo Rodola2018-03-282-3/+5
* remove duplicate testGiampaolo Rodola2018-03-241-67/+0
* fix #1238: sensors_battery() may return None in case battery is not listed as...Giampaolo Rodola2018-03-201-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-201-371/+345
|\
| * refactor open mock + add purge script (#1249)Giampaolo Rodola2018-03-172-412/+364
* | linux: disable unreliable testGiampaolo Rodola2018-03-171-14/+15
* | linux: add mock test for virtual_memory()Giampaolo Rodola2018-03-171-25/+73
* | suppress warnings from mock moduleGiampaolo Rodola2018-03-171-1/+3
|/
* Adding 'slab' info to virtual_memory on linux (#1239)maxime mouial2018-03-171-0/+26
* Ignore negative deltas in cpu times when calculating percentages (#1210) (#1214)wiggin152018-03-141-0/+51
* #1222 / linux / memory_full_info: we were erroneously adding "Pss:" and "Swap...Giampaolo Rodola2018-03-131-0/+40
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-1117-0/+11053
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-0917-11053/+0
* test environ: clean returned dictGiampaolo Rodola2018-03-081-1/+3
* Remove unused import 'psutil.tests' in test_unicode.py (#1231)Jon Dufresne2018-03-081-1/+0
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-044-5/+0
* add test for safe_mkdirGiampaolo Rodola2018-02-231-0/+7
* rename funGiampaolo Rodola2018-02-141-5/+5
* add test for cpu_affinityGiampaolo Rodola2017-12-091-2/+19
* Use FutureWarning instead of DeprecationWarning (#1188)Giampaolo Rodola2017-12-071-0/+17
* fix testGiampaolo Rodola2017-12-051-3/+3
* refactor environ() testGiampaolo Rodola2017-12-041-21/+15
* Fix OSX pid 0 bug (#1187)Giampaolo Rodola2017-12-041-4/+8
* change assert in testGiampaolo Rodola2017-12-021-5/+1
* fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/p...Giampaolo Rodola2017-11-281-0/+14
* set x bit to test_aix.pyGiampaolo Rodola2017-11-261-0/+0
* fix posix failureGiampaolo Rodola2017-11-241-0/+1
* fix travis failure https://travis-ci.org/giampaolo/psutil/jobs/306424509Giampaolo Rodola2017-11-241-0/+4
* be smarter in searching python exeGiampaolo Rodola2017-11-231-7/+22
* do not test platf specific modules on wheelhouseGiampaolo Rodola2017-11-232-6/+8
* try to fix travis failureGiampaolo Rodola2017-11-231-14/+9
* fix travis failuresGiampaolo Rodola2017-11-231-0/+8
* try to use PYTHON_EXE instead of sys.executableGiampaolo Rodola2017-11-221-2/+2
* OSX: implement sensors_battery (#1177)wiggin152017-11-193-2/+15
* fix unicode errGiampaolo Rodola2017-11-121-1/+5
* re-enable test on appveyor; remove unused C codeGiampaolo Rodola2017-11-121-1/+3
* refactor PSUTIL_TESTING C APIsGiampaolo Rodola2017-11-121-3/+3
* #1152: (DeviceIOControl), skip disk on ERROR_INVALID_FUNCTION and ERROR_NOT_S...Giampaolo Rodola2017-11-121-1/+1
* disable IPv6 tests if IPv6 is not supportedGiampaolo Rodola2017-11-112-1/+4