gabriel / muse public
refactor tests task/split-id-audit #1 / 1
AI Agent gabriel · 37 days ago · May 5, 2026 · Diff

refactor(tests): split_id audit — replace .split(":",1) patterns; remove aliases

- test_shelf_msgpack_storage.py: 3× e["id"].split(":"...) → split_id(...) - test_cmd_code_check.py: commit_id.split(":",1)[-1][:8] → split_id(commit_id)[1][:8] - test_cmd_auth_keygen_hd.py: pub_b64.split(":",1)[1] → split_pubkey(pub_b64)[1] (ed25519 pubkey) - test_gc_corrupt_commit_object_retention.py: 'split_id as _split_id' → direct import

sha256:d2e306f22b06f8fad11fe3a075e5823560811f6eb83a5ef0dddb5f601aeca444 sha
sha256:4647529d48d957a66f865f892930860b9ffb7fc81686696a2d0f4ff6d16e830f snapshot
← Older Oldest on task/split-id-audit
All commits
Newer → Latest on task/split-id-audit

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:d2e306f22b06f8fad11fe3a075e5823560811f6eb83a5ef0dddb5f601aeca444 --body "your comment"