summaryrefslogtreecommitdiff
path: root/psutil/tests/test_windows.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-7/+7
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-10/+9
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-12/+15
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+2
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* fix testsGiampaolo Rodola2020-02-131-2/+2
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-9/+16
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-24/+7
* fix some win testsGiampaolo Rodola2020-01-061-1/+1
* small refactoringGiampaolo Rodola2020-01-021-6/+3
* fix #875, win, cwd/environ/cmdline(): retry with incremental timeout in case ...Giampaolo Rodola2019-11-031-0/+10
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-6/+4
* fix windows failure re. py 2 vs. 3Giampaolo Rodola2019-04-051-7/+15
* properly check OSError.winerrorwinerr-handlingGiampaolo Rodola2019-04-041-8/+8
* update HISTORY / CREDITS, fix some C warningsGiampaolo Rodola2019-03-171-2/+1
* Big docfix (#1464)Giampaolo Rodola2019-03-141-3/+3
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* run win specific tests twice as fastGiampaolo Rodola2019-03-091-22/+10
* Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-1/+1
* fix #1431: use GetNativeSystemInfo instead of GetSystemInfo in order to suppo...Giampaolo Rodola2019-02-251-1/+1
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-211-2/+3
* win test: skip cd-dorm for disk_usage() (cuase device busy error)Giampaolo Rodola2019-02-201-0/+4
* fix #1419: Process.environ() raise NotImplementedError for 32-bit-WoW processGiampaolo Rodola2019-02-191-3/+3
* #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...Giampaolo Rodola2019-02-151-0/+16
* fix win num_handles() testGiampaolo Rodola2019-01-231-4/+4
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-13/+35
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+837
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-837/+0
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-041-1/+0
* fix win C warningsGiampaolo Rodola2017-05-161-9/+12
* fix windows test; also do make clean on CI services in order to show python w...Giampaolo Rodola2017-05-131-1/+1
* try to avoid failures on winGiampaolo Rodola2017-05-121-2/+2
* fix typoGiampaolo Rodola2017-05-081-4/+4
* add docGiampaolo Rodola2017-05-081-0/+1
* #1007: add test for fluctuationGiampaolo Rodola2017-05-081-0/+10
* #1007 / boot_time() / win: consider 1 sec fluctuation between calls acceptabl...Giampaolo Rodola2017-05-081-0/+11
* merge with masterGiampaolo Rodola2017-05-041-3/+2
|\
| * refactor testsGiampaolo Rodola2017-05-031-3/+2
* | 1040: on python 2 convert all service strings from unicode to bytesGiampaolo Rodola2017-05-031-8/+7
|/
* windows: remove dupe test to check if there's a batteryGiampaolo Rodola2017-05-021-10/+4
* windows: fix battery testsGiampaolo Rodola2017-05-021-17/+19
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-0/+6
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-11/+11
* fix some windows testsGiampaolo Rodola2017-04-271-1/+1
* always use sh() instead of subprocess.PopenGiampaolo Rodola2017-04-271-5/+2
* fix some code smellsGiampaolo Rodola2017-04-251-1/+2
* windows: disable test causing occasional failuresGiampaolo Rodola2017-03-041-11/+15
* fix #976 / windows / io_counters(): add 2 new fieldsGiampaolo Rodola2017-02-141-2/+4
* add Process.num_handles() windows specific testGiampaolo Rodola2017-02-141-3/+16