MCPcopy
hub / github.com/psf/requests / test_invalid

Method test_invalid

tests/test_utils.py:316–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 assert address_in_network("192.168.1.1", "192.168.1.0/24")
315
316 def test_invalid(self):
317 assert not address_in_network("172.16.0.1", "192.168.1.0/24")
318
319
320class TestGuessFilename:

Callers

nothing calls this directly

Calls 1

address_in_networkFunction · 0.90

Tested by

no test coverage detected