summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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 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 o...Giampaolo Rodola2015-06-047-7/+7
* #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ...Giampaolo Rodola2015-06-047-7/+7
* #629: 'skip' platorm specific tests if we're on another platform (instead of ...Giampaolo Rodola2015-06-047-25/+34
* 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
* addCleanup sooner rather than laterGiampaolo Rodola2015-06-031-1/+1
* fix #628: Process.name() on Linux truncates spaces and ')'Giampaolo Rodola2015-06-031-0/+20
* add test for setup.py scriptGiampaolo Rodola2015-05-151-0/+7
* swap: fix finding the 'swap' utility on SunOSFabian Groffen2015-04-171-1/+2
* make flake8 happyGiampaolo Rodola2015-04-161-1/+0
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-03-302-5/+16
|\
| * use 'with open' to make sure file is closedArnon Yaari2015-03-151-1/+3
| * test_process_create_time: always test against the rounded time tooArnon Yaari2015-03-151-3/+6
| * don't test physical cpu count on systems that don't include itArnon Yaari2015-03-151-0/+2
| * don't test num_ctx_switches on unsupported kernelsArnon Yaari2015-03-151-0/+2
| * fix race condition in wait_for_fileArnon Yaari2015-03-151-1/+3
| * fix permission errors when running from /rootArnon Yaari2015-03-151-1/+1
* | get rid of unreliable if_addrs() test on LinuxGiampaolo Rodola2015-03-301-28/+0
* | better skip msg on windowsGiampaolo Rodola2015-03-141-0/+1
|/
* fix failing test on WindowsGiampaolo Rodola2015-03-011-8/+9
* forgot to close the handleGiampaolo Rodola2015-02-271-2/+2
* fix #599 (Windows): process name() can now be determined for all PIDsGiampaolo Rodola2015-02-271-0/+10
* add testGiampaolo Rodola2015-02-271-0/+6
* windows: refactoring of the alternative process info implementationGiampaolo Rodola2015-02-271-24/+29
* SUN: free memory if it's the caseGiampaolo Rodola2015-02-121-2/+0
* fix some tests on OSXGiampaolo Rodola2015-02-201-3/+6
* mergeGiampaolo Rodola2015-02-201-139/+111
|\
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-02-201-0/+23
| |\
| * | connection tests refactoringGiampaolo Rodola2015-02-201-132/+108
* | | fix failing tests on OSXGiampaolo Rodola2015-02-202-5/+9
| |/ |/|
* | add new BSD specific testsGiampaolo Rodola2015-02-201-0/+23
|/