Skip to content

#34 Extract test suite execution helpers - #35

Merged
iray-tno merged 1 commit into
mainfrom
feature/34_extract_test_suite_helpers
Jul 23, 2026
Merged

#34 Extract test suite execution helpers#35
iray-tno merged 1 commit into
mainfrom
feature/34_extract_test_suite_helpers

Conversation

@iray-tno

Copy link
Copy Markdown
Owner

Summary

  • move suite language detection, case discovery, preprocessing, compile-once, and run helpers into src/commands/test_suite.py
  • keep src/commands/test_command.py focused on Click wiring and legacy single-case test paths
  • preserve existing CLI behavior and output

Closes #34

Tests

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

@iray-tno
iray-tno merged commit 0fe1a58 into main Jul 23, 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 execution helpers

1 participant