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
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:d2e306f22b06f8fad11fe3a075e5823560811f6eb83a5ef0dddb5f601aeca444 --body "your comment"
No comments yet. Be the first to start the discussion.