Skip to content

[codex] Harden skill CLI and cap weight tests#37

Merged
Arcadia-1 merged 1 commit into
mainfrom
codex/triage-issues-29-34
Jun 3, 2026
Merged

[codex] Harden skill CLI and cap weight tests#37
Arcadia-1 merged 1 commit into
mainfrom
codex/triage-issues-29-34

Conversation

@Arcadia-1

Copy link
Copy Markdown
Owner

Summary

  • Skip the editable skill symlink test when the current platform/session cannot create directory symlinks.
  • Convert test_cap2weight.py from a script-style runner into normal pytest tests with explicit assertions.

Issue coverage

Fixes #29.
Partially addresses #34 by making test_cap2weight.py collectable and assertion-based. The broader assertion-free integration/comparison test cleanup remains open.

Validation

  • MPLBACKEND=Agg uv run --with pytest pytest tests/unit/test_skill_cli.py tests/unit/test_cap2weight.py -q -> 10 passed
  • MPLBACKEND=Agg uv run --with pytest pytest tests --collect-only -q -> 795 tests collected
  • git diff --check

@Arcadia-1 Arcadia-1 marked this pull request as ready for review June 3, 2026 12:43
@Arcadia-1 Arcadia-1 merged commit 873ad69 into main Jun 3, 2026
1 check passed
@Arcadia-1 Arcadia-1 deleted the codex/triage-issues-29-34 branch June 3, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows editable skill install test fails without symlink privilege

1 participant