MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / _make_engine

Function _make_engine

tests/test_registration_sentinel_flow.py:67–74  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

65
66
67def _make_engine(session):
68 engine = RegistrationEngine(DummyEmailService())
69 engine.session = session
70 engine.email = "tester@example.com"
71 engine.password = "Aa1!passWORD"
72 engine.device_id = "device-fixed"
73 engine._log = lambda *args, **kwargs: None
74 return engine
75
76
77def test_submit_auth_start_uses_full_sentinel_token_without_wrapping():

Calls 2

RegistrationEngineClass · 0.90
DummyEmailServiceClass · 0.85

Tested by

no test coverage detected