summaryrefslogtreecommitdiff
path: root/test/test_psutil.py
Commit message (Expand)AuthorAgeFilesLines
* expose https://github.com/fbenkstein and fix name() / cmdline() encoding erro...fbenkstein-non-unicodeGiampaolo Rodola2016-01-221-15/+15
* add non-unicode testFrank Benkstein2016-01-211-3/+135
* improve testGiampaolo Rodola2016-01-211-3/+3
* fix netbsd testGiampaolo Rodola2016-01-111-2/+13
* fix some tests on NetBSDGiampaolo Rodola2016-01-111-3/+3
* #595: skip tests failing due to open_files kernel bugGiampaolo Rodola2016-01-111-0/+7
* Merge branch '0-wiz-0-master' of github.com:giampaolo/psutil into 0-wiz-0-masterGiampaolo Rodola2016-01-131-3/+4
|\
| * #557 (NetBSD): various refactoringsGiampaolo Rodola2016-01-081-2/+2
| * Add NetBSD support.Ryo ONODERA2015-12-301-1/+2
* | refactor BSD tests (use a single file for all BSD variants)Giampaolo Rodola2015-12-171-4/+9
|/
* Merge pull request #719 from sethp-jive/tests/add-import-testsGiampaolo Rodola2015-12-181-1/+12
|\
| * Add import-time tests for psutilSeth Pellegrino2015-12-171-1/+12
* | use with lock:Giampaolo Rodola2015-12-161-1/+1
|/
* add openbsd specific testsGiampaolo Rodola2015-11-251-0/+2
* fix pid 0 testGiampaolo Rodola2015-11-091-3/+6
* fix failing testGiampaolo Rodola2015-11-091-31/+39
* #615: disable memory_maps on OpenBSDGiampaolo Rodola2015-11-091-0/+7
* #615: fix process status()Giampaolo Rodola2015-11-091-0/+6
* Merge branch 'master' into landryb-openbsdGiampaolo Rodola2015-11-091-1/+8
|\
| * FreeBSD: little refactoring + fix testGiampaolo Rodola2015-09-131-1/+1
| * add new test for Process.threads()Giampaolo Rodola2015-11-081-0/+7
* | #615: open_connections() IPv6 addrGiampaolo Rodola2015-11-081-2/+2
* | #615: implement OpenBSD process num_threads()Giampaolo Rodola2015-11-081-1/+7
* | #615: implement OpenBSD process threads()Giampaolo Rodola2015-11-081-1/+7
* | Merge branch 'master' into HEADGiampaolo Rodola2015-11-081-1/+2
|\ \ | |/
| * specify encoding for py3k stdoutGiampaolo Rodola2015-11-071-1/+2
* | merge from masterGiampaolo Rodola2015-11-061-19/+33
|\ \ | |/
| * skip funky name test on Solaris (doesn't work)Arnon Yaari2015-10-291-0/+1
| * sort importsGiampaolo Rodola2015-10-241-2/+7
| * fix #623: [Linux] process or system connections raises ValueError if IPv6 is ...Giampaolo Rodola2015-09-191-17/+24
* | Fallback on using which(cmdline()[0]) since exe() does not exist onGiampaolo Rodola2015-09-071-18/+1
* | fix some testsGiampaolo Rodola2015-09-061-4/+6
* | merge with latest codeGiampaolo Rodola2015-09-061-1/+1
|\ \ | |/ |/|
| * Revert "BSD-specific tests are in fact FreeBSD only"Landry Breuil2015-04-071-1/+1
| * BSD-specific tests are in fact FreeBSD onlyLandry Breuil2015-04-071-1/+1
| * treat OpenBSD as a BSD platform for testsLandry Breuil2015-04-051-1/+1
* | reverse change - don't call safe_remove on APPVEYORArnon Yaari2015-09-061-1/+2
* | avoid name cutoff in testsArnon Yaari2015-09-061-2/+2
* | use os.path.normcase for Windows exe testsArnon Yaari2015-09-061-6/+5
* | TestUnicode: Instead of using Python's executable, compile one if possibleArnon Yaari2015-09-061-29/+32
* | Code review fixesArnon Yaari2015-09-051-3/+1
* | fix test on SolarisArnon Yaari2015-09-051-1/+4
* | fix test on SolarisArnon Yaari2015-09-051-1/+2
* | fix test on SolarisArnon Yaari2015-09-051-1/+1
* | disable failing test + rename C varsGiampaolo Rodola2015-09-031-13/+17
* | try to fix appveyor failureGiampaolo Rodola2015-09-021-1/+2
* | fix OSX test failureGiampaolo Rodola2015-06-141-3/+6
* | move unicode tests so that they are executed on all platformsGiampaolo Rodola2015-08-311-2/+64
* | try to fix appveyor failuresGiampaolo Rodola2015-08-311-3/+3
* | enable unicode testsGiampaolo Rodola2015-08-261-1/+2