index
:
delta/python-packages/psutil.git
0-wiz-0-master
1018-test-refactoring
1040-fix-unicode
1044-osx-zombies
1053-drop-py26-test-support
1058-enable-fix-warnings
1102-proc-bitness
1124-win-wait
1151-PSUTIL_TESTING_env_var
1173-debug-mode
1183-proc-children-speedup
357-proc-cpu-num
371-temperatures
5.7.3
5.9.0-py3.6-wheels
613-thread-names
655-windows-unicode
663-ptp-ifaces
720-sysinfo
722-net-io-ext
756-disk-io-busy-time
771-win-cpu-count
772-net-io-counters-ext
777-linux-files-pos-mode
779-proc-cpu-children-times
792-cpu-stats
795-win-services
802-wrap-numbers
887-linux-free-mem-standardization
887-linux-free-mem-standardization-2
922-if-flags
930-netbsd-connections-segfault
941-cpu-freq
941-cpu-info
955-battery-sensors
EvinceMoi-fix-net_io_counter-overflow
alxchk-master
appveyor
appveyor-debug
appveyor-experiments
black
bsebi-master
c-excs-refact
c-mod-init
central-testcase-class
ci-tests
connections-refactoring
cpu-freq-sparc
cpu-info
cpu-temp
cygwin
debug-c-macro
debug-travis-osx
disk-part-ext
disk-swaps
download_stats
dragonfly-bsd
drop-win-xp-support
fbenkstein-non-unicode
fix-ci
fix-ntext.h
fix-tests
fix-win-set-debug
fix-workflow
freebsd-ci
freebsd-rlimit
fs-exceptions
get_open_files_thread
github-actions
history-urls
ipv6-zone-id
label-old-issues
landryb-openbsd
linux-cat-bcat
linux-disk-io-partitions
linux-mem
linux-zombie-proc
malloc-info
master
mem-refactoring
mem-refactoring-2
memleak-adjust
memleak-fluctuation
memleaks-refact
mindw-move_extension_2_pkg
net-if-flags
new-cpu-count
nicolargo-fansensor
nicstats-250
numfds-test-case-class
oneshot
oneshot-win
openbsd-fixes
osx-failure
osx-ionice
osx-kern-procargs2
osx-list-fds-refact
osx-mem-maps-segfault
osx-move-proc-funcs
osx-temps-alternate
osx-travis-failure
osx-wheels-debug
parallel-build
parallel-tests
pr-1036
pre-release
print-leftover
prlimit
proc-iter-fix
proc-namespace
psutil-test-flag
psutil-testing-envvar
py3.10-deprecation-warn
pyobj-refact
pypy
pypy2-win
read-whole-proc-files-2
readme-update
reap-children
refactor-c-pid-exists
release-gil
revert-1493-fix_cpu_freq
revert-888-887-linux-free-mem-standardization
revert-popen
revive-environ-windows
rich-exceptions
root-fs-device
set_procfs_path
shared-mem
skip-osx-py27
spacewander-patch-1
sync-test-primitives
test-fetch-all-parallel
testfn
thread-safety
thread-safety-2
tidelift
travis-experiments
upload-action
utils-refact
virtualization
wait-exit-code
wheel4
wheel5
wheels2
wheels3
wheels6
wifi
win-alternate-exe-api
win-c-refact
win-cons-speedup
win-cpu-times-refact
win-getloadavg
win-loadlib-refact
win-ntstatus-errs
win-open-files-fixes
win-open-files2
win-openprocess-fix-2
win-pid-type
win-pid-type2
win-proc-exe
win-proc-resources
win-refact
win-swap-usage-via-pagefiles
win-time-precision
win-uss-mem
winerr-0
winerr-handling
winloadlib
xxx
github.com: giampaolo/psutil.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
psutil
/
tests
/
test_contracts.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge from master
Giampaolo Rodola
2020-04-25
1
-6
/
+2
|
\
|
*
Get rid of TESTFN global variable (#1734)
Giampaolo Rodola
2020-04-24
1
-5
/
+0
|
*
Backport python 3 super() (#1733)
Giampaolo Rodola
2020-04-24
1
-1
/
+2
*
|
merge from master
Giampaolo Rodola
2020-02-16
1
-19
/
+0
|
\
\
|
|
/
|
*
remove deprecation test: it fails intermittently because warnings uses a glob...
Giampaolo Rodola
2020-02-16
1
-17
/
+0
*
|
use @serial deco where needed
Giampaolo Rodola
2020-02-16
1
-0
/
+2
*
|
add run_from_name() util
Giampaolo Rodola
2020-02-16
1
-2
/
+2
|
/
*
point all shebangs to python 3
Giampaolo Rodola
2020-02-15
1
-1
/
+1
*
[Windows] use NtQuerySystemInformation to determine process exe() (#1677)
Giampaolo Rodola
2020-02-01
1
-0
/
+2
*
Properly handle PID type in C (#1672)
Giampaolo Rodola
2020-01-29
1
-1
/
+2
*
Add CI testing for FreeBSD (#1671)
Giampaolo Rodola
2020-01-24
1
-7
/
+2
*
AD script: print AD percentage + elapsed time
Giampaolo Rodola
2020-01-16
1
-1
/
+1
*
[Windows] rewrite of open_files() (#1660)
Giampaolo Rodola
2020-01-09
1
-1
/
+1
*
add more types tests
Giampaolo Rodola
2020-01-07
1
-10
/
+51
*
add contract tests for IOPRIO_ win constants
Giampaolo Rodola
2020-01-07
1
-7
/
+18
*
refactoring test_contracts.py
Giampaolo Rodola
2020-01-07
1
-24
/
+27
*
Connection family/type are not converted to enums (#1535)
Giampaolo Rodola
2019-06-14
1
-18
/
+12
*
Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)
wiggin15
2019-05-07
1
-1
/
+1
*
[Win] return value is not properly handled for undocumented NT* Windows APIs....
Giampaolo Rodola
2019-04-04
1
-2
/
+5
*
test runner refactoring (avoid code duplication)
Giampaolo Rodola
2019-03-13
1
-2
/
+2
*
Coloured tests (#1459)
Giampaolo Rodola
2019-03-13
1
-1
/
+1
*
test refactoring
Giampaolo Rodola
2019-03-10
1
-47
/
+57
*
Fix #1329: [AIX] disable some functions based on availability in libperfstat ...
wiggin15
2019-03-05
1
-0
/
+2
*
#1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSX
Giampaolo Rodola
2019-02-28
1
-9
/
+2
*
#1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...
Giampaolo Rodola
2019-02-27
1
-1
/
+9
*
Add Process.parents() method (#1433)
Giampaolo Rodola
2019-02-25
1
-1
/
+2
*
Add CPU frequency support for FreeBSD (#1369)
Alex Manuskin
2018-12-01
1
-1
/
+1
*
FreeBSD adding temperature sensors (WIP) (#1350)
Alex Manuskin
2018-11-03
1
-2
/
+2
*
fix different travis failures
Giampaolo Rodola
2018-10-12
1
-1
/
+2
*
OSX / SMC / sensors: revert #1284 (#1325)
Giampaolo Rodola
2018-08-14
1
-2
/
+2
*
fix failing linux tests
Giampaolo Rodola
2018-08-13
1
-14
/
+4
*
Rename OSX to macOS (#1298)
Giampaolo Rodola
2018-06-26
1
-10
/
+12
*
Osx temps (#1284)
Alex Manuskin
2018-06-26
1
-2
/
+2
*
Revert "Move tests out of package to top level directory (#1232)" (#1242)
Giampaolo Rodola
2018-03-11
1
-0
/
+650
*
Move tests out of package to top level directory (#1232)
Jon Dufresne
2018-03-09
1
-650
/
+0
*
Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)
Jon Dufresne
2018-03-04
1
-1
/
+0
*
Use FutureWarning instead of DeprecationWarning (#1188)
Giampaolo Rodola
2017-12-07
1
-0
/
+17
*
OSX: implement sensors_battery (#1177)
wiggin15
2017-11-19
1
-1
/
+1
*
skip cpu_freq tests if not available (#1170)
wiggin15
2017-11-11
1
-1
/
+4
*
AIX: implement num_ctx_switches (#1164)
wiggin15
2017-10-31
1
-1
/
+1
*
AIX support (#1123)
wiggin15
2017-09-26
1
-7
/
+11
*
skip UNIX socket tests on SUNOS
Giampaolo Rodola
2017-05-18
1
-0
/
+2
*
fix #1069 / freebsd: cpu_num() may return 255; now returns -1
Giampaolo Rodola
2017-05-14
1
-1
/
+3
*
fix failing test
Giampaolo Rodola
2017-05-05
1
-1
/
+0
*
fix ionice test on windows + update ionice doc
Giampaolo Rodola
2017-05-03
1
-3
/
+4
*
fix contract test
Giampaolo Rodola
2017-05-01
1
-1
/
+1
*
#1022 / users(): PID cannot be determined on OpenBSD so we set it to None
Giampaolo Rodola
2017-05-01
1
-0
/
+1
*
use HAS_ support constants in tests
Giampaolo Rodola
2017-04-30
1
-2
/
+2
*
define support constants to check availability of functionalities
Giampaolo Rodola
2017-04-30
1
-3
/
+4
*
avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)
Giampaolo Rodola
2017-04-30
1
-4
/
+4
[next]