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

Function make_account

tests/test_codex2api_upload.py:26–34  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

24
25
26def make_account(**kwargs):
27 base = {
28 "id": 1,
29 "email": "tester@example.com",
30 "access_token": "at",
31 "refresh_token": "rt",
32 }
33 base.update(kwargs)
34 return SimpleNamespace(**base)
35
36
37def test_build_codex2api_import_entries_skips_empty_tokens():

Calls

no outgoing calls

Tested by

no test coverage detected