summaryrefslogtreecommitdiff
path: root/test/_windows.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in o...Giampaolo Rodola2015-06-041-0/+405
* #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ...Giampaolo Rodola2015-06-041-405/+0
* #629: 'skip' platorm specific tests if we're on another platform (instead of ...Giampaolo Rodola2015-06-041-7/+11
* 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
* fix #594: remove all deprecated APIsGiampaolo Rodola2015-02-191-2/+0
* make tests friendler to auto test discoverers.Gabi Davar2015-02-081-2/+2
* review inputGabi Davar2015-02-071-2/+2
* fix most warnings and test failures on win32Gabi Davar2015-02-071-2/+2
* fix test errors on WindowsGiampaolo Rodola2015-02-041-1/+3
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-4/+2
* fix travisGiampaolo Rodola2014-05-261-2/+1
* make some tests more robustGiampaolo Rodola2014-05-231-5/+5
* github migrationGiampaolo Rodola'2014-05-231-1/+1
* little renameGiampaolo Rodola'2014-01-161-2/+2
* turn process properties into methods for consistency. this is the most destru...Giampaolo Rodola'2013-12-311-10/+10
* fix various things on BSD + (hopefully) last renamingsGiampaolo Rodola'2013-12-141-1/+1
* other renamingsGiampaolo Rodola'2013-12-261-5/+5
* use unittest.skipIf() decorator instead of old register_warning()Giampaolo Rodola'2013-12-261-175/+181
* import unittest2 from all sub test modules + fix make.bat for python 2.4Giampaolo Rodola'2013-12-261-4/+3
* re-establish compatibility with mingw32 compiler + fix a compilation warningGiampaolo Rodola'2013-12-261-2/+2
* fix various failing tests on WindowsGiampaolo Rodola'2013-12-261-13/+15
* pyflakesGiampaolo Rodola'2013-12-251-11/+12
* rename psutil.get_pids() to psutil.pids()Giampaolo Rodola'2013-12-241-3/+3
* fix windows test failuresGiampaolo Rodola'2013-12-231-1/+2
* absolute C module imports do not really work after allGiampaolo Rodola'2013-12-171-6/+6
* absolute importGiampaolo Rodola'2013-12-161-2/+2
* rename all C functions beginning with 'get_process_*' to 'get_proc_*'Giampaolo Rodola'2013-12-111-6/+6
* rename windows modules by removing the 'ms' prefix in py, c, and h filesGiampaolo Rodola'2013-12-111-5/+5
* rename psutil.get_pid_list() in get_pids() and provide an alias for the depre...Giampaolo Rodola'2013-12-101-2/+2
* pep8ify line > 80 charsGiampaolo Rodola'2013-12-081-9/+14
* fix issue #451: deprecate NUM_CPUS module constant and implement an hack to m...Giampaolo Rodola'2013-12-071-2/+2
* pep8ifyGiampaolo Rodola'2013-11-261-6/+6
* pep8ifyGiampaolo Rodola'2013-11-221-34/+30
* (Windows) fix failure in TestDualProcessImplementationGiampaolo Rodola'2013-07-091-0/+2
* Rename network_io_counters() to net_io_counters() and create an alias for bac...Giampaolo Rodola'2013-07-081-1/+1
* further test refactoring: get rid of assert_eq_w_tol() and use assertAlmostEq...Giampaolo Rodola'2013-06-101-1/+1
* Issue 391: take advantage of new assert* methods and provide a workaround if ...Giampaolo Rodola'2013-06-101-4/+4
* Issue 391: start transition to unittest2 by making skipIf and skipUnless deco...Giampaolo Rodola'2013-06-101-2/+2
* test warnings refactoringGiampaolo Rodola'2013-06-101-4/+2
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* tests refactoringGiampaolo Rodola'2013-05-291-3/+3
* fix some failing tests on WindowsGiampaolo Rodola'2013-05-251-1/+3
* (issue 380) make also platform specific tests exits with non-zero on failureGiampaolo Rodola'2013-05-131-2/+7
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* Give some tolerance to memory testGiampaolo Rodola'2012-07-131-3/+8
* Issue 303 - Windows/get_memory_info(): use NtQuerySystemInformation() as fall...Giampaolo Rodola'2012-07-131-4/+7
* Issue 303 - Windows/get_io_counters(): use NtQuerySystemInformation() as fall...Giampaolo Rodola'2012-07-131-0/+1