Skip to content

#10 Add parallel multi-case test suite runner - #24

Merged
iray-tno merged 1 commit into
mainfrom
feature/10_parallel_multi_case_test_suite
Jun 14, 2026
Merged

#10 Add parallel multi-case test suite runner#24
iray-tno merged 1 commit into
mainfrom
feature/10_parallel_multi_case_test_suite

Conversation

@iray-tno

Copy link
Copy Markdown
Owner

Summary

  • Add prepkit test suite <file> <cases_dir> for multi-case exact-match testing.
  • Compile the solver once, then run matching *.in/*.out cases in parallel with --workers.
  • Report per-case PASS/FAIL, runtime, and aggregate summary.
  • Preserve existing prepkit test <file> behavior through the command dispatcher.

Tests

  • uv run pytest tests/test_test_command.py tests/test_cli.py::TestTestCommand -q
  • uv run pytest -q

Closes #10.

@iray-tno
iray-tno merged commit 5b3636f 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.

Parallel multi-case test-suite runner with pluggable scorer + score aggregation

1 participant