Skip to content

#32 Extract test suite scoring helpers - #33

Merged
iray-tno merged 1 commit into
mainfrom
feature/32_extract_test_scoring_helpers
Jun 14, 2026
Merged

#32 Extract test suite scoring helpers#33
iray-tno merged 1 commit into
mainfrom
feature/32_extract_test_scoring_helpers

Conversation

@iray-tno

Copy link
Copy Markdown
Owner

Summary

  • move suite scoring/reporting dataclasses and helpers into src/commands/test_scoring.py
  • keep src/commands/test_command.py focused on Click routing, compilation, and process execution
  • preserve existing CLI behavior and output

Closes #32

Tests

  • python -m py_compile src/commands/test_command.py src/commands/test_scoring.py
  • uv run pytest tests/test_test_command.py -q
  • uv run pytest -q

@iray-tno
iray-tno merged commit e10eb76 into main Jun 14, 2026
2 checks passed
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.

Extract test suite scoring helpers

1 participant