MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / test_get_handoff_options_missing_scan

Function test_get_handoff_options_missing_scan

tests/test_recon_engine.py:211–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209
210
211def test_get_handoff_options_missing_scan():
212 from recon_engine import ReconEngine
213 engine = ReconEngine.__new__(ReconEngine)
214 engine._lock = __import__("threading").Lock()
215 engine.active_scans = {}
216 assert engine.get_handoff_options("nope") is None
217
218
219def test_cancel_scan_marks_state():

Callers

nothing calls this directly

Calls 2

get_handoff_optionsMethod · 0.80
__new__Method · 0.45

Tested by

no test coverage detected