summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-07-141-1/+1
|\
| * fix testGiampaolo Rodola2015-06-131-1/+1
| |
* | comment failing testGiampaolo Rodola2015-07-141-16/+19
|/
* remove unreliable testGiampaolo Rodola2015-07-121-4/+0
|
* try to provide a better debugging msgGiampaolo Rodola2015-07-121-1/+1
|
* try to fix time-bound failure on appveyorGiampaolo Rodola2015-07-121-6/+18
|
* better test error msg for debuggin purposesGiampaolo Rodola2015-07-111-23/+32
|
* make time-bound tests more reliable (especially for appveyor, which is ↵Giampaolo Rodola2015-07-112-11/+10
| | | | slow); also remove python2.6 from appveyor build list
* #534: (Linux) add support for ZFS filesystemsGiampaolo Rodola2015-07-111-0/+24
|
* fix test + add badgesGiampaolo Rodola2015-07-111-5/+2
|
* try to debug failureGiampaolo Rodola2015-07-111-0/+1
|
* try to debug failureGiampaolo Rodola2015-07-111-0/+5
|
* try to debug failureGiampaolo Rodola2015-07-111-14/+15
|
* appveyor experimentGiampaolo Rodola2015-07-111-3/+16
|
* fix test on travisGiampaolo Rodola2015-07-111-3/+4
|
* better msg failureGiampaolo Rodola2015-07-111-1/+3
|
* add mock test for users()Giampaolo Rodola2015-07-111-0/+20
|
* more tests for cpu_count() fallbacksGiampaolo Rodola2015-07-111-7/+17
|
* fix tests on py 2.6 and 3.2Giampaolo Rodola2015-07-111-1/+1
|
* #639: add testGiampaolo Rodola2015-07-112-1/+16
|
* add tests for isfile_strictGiampaolo Rodola2015-07-101-0/+17
|
* windows: mock tests which mimick AD so that we fall back on using the second ↵Giampaolo Rodola2015-07-091-16/+69
| | | | implementation
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-07-091-27/+4
|\
| * remove duplicate testGiampaolo Rodola2015-07-091-27/+4
| |
* | #627: [Windows] Process.name() no longer raises AccessDenied for pids owned ↵Giampaolo Rodola2015-07-091-0/+9
|/ | | | by another user
* fix #642: repr() of exceptions is incorrect.Giampaolo Rodola2015-07-091-2/+73
|
* fix memleaks failureGiampaolo Rodola2015-07-091-11/+24
|
* update HISTORYGiampaolo Rodola2015-07-091-1/+0
|
* UNIX: prevent sending signals to PID 0Giampaolo Rodola2015-06-201-0/+4
|
* enhance test coverageGiampaolo Rodola2015-06-201-3/+20
|
* enhance test coverageGiampaolo Rodola2015-06-201-0/+10
|
* improve test coverage for open_files on linuxGiampaolo Rodola2015-06-202-1/+27
|
* improve tests for Process.__str__Giampaolo Rodola2015-06-201-2/+13
|
* test we are able to instantiate Process() in case of AD and zombie processGiampaolo Rodola2015-06-201-0/+20
|
* improve test coverageGiampaolo Rodola2015-06-201-0/+6
|
* (linux) proc io nice: provide better error messagesGiampaolo Rodola2015-06-201-0/+10
|
* improve linux test coverageGiampaolo Rodola2015-06-202-0/+16
|
* PEP8 fixes + update HISTORY/CREDITSGiampaolo Rodola2015-06-181-2/+4
|
* Merge pull request #634 from arnimarj/masterGiampaolo Rodola'2015-06-181-2/+2
|\ | | | | fixing cmdline() for empty-string argumemts on posix systems
| * fixing cmdline() for empty-string argumemts on posix systemsArni Mar Jonsson2015-06-161-2/+2
| |
* | fix #632: [Linux] better error message if cannot parse process UNIX connections.Giampaolo Rodola2015-06-171-0/+2
|/
* update READMErelease-3.0.0Giampaolo Rodola2015-06-131-1/+1
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-06-131-0/+4
|\
| * (freebsd) fix memleak + add testGiampaolo Rodola2015-06-121-0/+4
| |
* | fix test on WindowsGiampaolo Rodola2015-06-121-4/+5
|/
* Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in ↵Giampaolo Rodola2015-06-047-7/+7
| | | | | | order to ease test discovery for nose and pytest" This reverts commit 870e00f71c15ef39f8259ff16b682e495ea5d6eb.
* #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ↵Giampaolo Rodola2015-06-047-7/+7
| | | | ease test discovery for nose and pytest
* #629: 'skip' platorm specific tests if we're on another platform (instead of ↵Giampaolo Rodola2015-06-047-25/+34
| | | | failing); rename test_main to main otherwise pytest / nose will execute it as a test case
* add mocked tests for linux (also include mock as a dep on py < 3.4)Giampaolo Rodola2015-06-033-15/+126
|
* fix #614: [Linux] return the num of physical cores instead of physical CPUsGiampaolo Rodola2015-06-031-0/+11
|