mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
7 lines
75 B
Python
7 lines
75 B
Python
|
|
||
|
from netlib import debug
|
||
|
|
||
|
|
||
|
def test_sysinfo():
|
||
|
assert debug.sysinfo()
|