Run stubtest for psutil on all platforms (#9169)

This commit is contained in:
Avasam
2022-11-12 19:35:14 -05:00
committed by GitHub
parent c0f96e1ab6
commit 75a74ffb6c
18 changed files with 485 additions and 51 deletions

View File

@@ -1,4 +1,13 @@
# These super() dunders don't seem to be particularly useful,
# and having them pop up on autocomplete suggestions would be annoying
psutil._compat.super.__self__
psutil._compat.super.__self_class__
psutil._compat.super.__thisclass__
# Stubtest does not support these platforms
psutil._psaix
psutil._psbsd
psutil._psosx
psutil._psutil_windows
psutil._pswindows
psutil._pssunos
# Test utilities
psutil.tests.*

View File

@@ -0,0 +1,4 @@
psutil._pslinux
psutil._psutil_linux
psutil._psutil_windows
psutil._pswindows

View File

@@ -0,0 +1,4 @@
psutil._psosx
psutil._psutil_windows
psutil._psutil_osx
psutil._pswindows

View File

@@ -0,0 +1,6 @@
psutil._pslinux
psutil._psosx
psutil._psutil_linux
psutil._psutil_osx
psutil._psutil_posix