pytest-based test suite with fixtures for database testing. Covers misc.py utilities, dbs.py operations, and fetch.py validation. Includes mock_network.py for future network testing.
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
[
|
|
{"ip": "1.2.3.4", "port": 8080, "type": "socks5"},
|
|
{"ip": "5.6.7.8", "port": 3128, "type": "http"},
|
|
{"host": "9.10.11.12", "port": 1080, "protocol": "socks4"}
|
|
]
|