MCPcopy
hub / github.com/MikeChongCan/scylla / delete_test_ips

Function delete_test_ips

tests/database_test.py:33–35  ·  view source on GitHub ↗
(ip_strs: [str])

Source from the content-addressed store, hash-verified

31
32
33def delete_test_ips(ip_strs: [str]):
34 for ip in ip_strs:
35 delete_test_ip(ip)
36
37
38def test_create_connection():

Calls 1

delete_test_ipFunction · 0.85

Tested by

no test coverage detected