Skip to content

#34 Extract test suite execution helpers#35

Open
iray-tno wants to merge 1 commit into
mainfrom
feature/34_extract_test_suite_helpers
Open

#34 Extract test suite execution helpers#35
iray-tno wants to merge 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

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