Skip to content

#30 Refactor suite results into dataclasses - #31

Merged
iray-tno merged 1 commit into
mainfrom
feature/30_test_result_dataclasses
Jun 14, 2026
Merged

#30 Refactor suite results into dataclasses#31
iray-tno merged 1 commit into
mainfrom
feature/30_test_result_dataclasses

Conversation

@iray-tno

Copy link
Copy Markdown
Owner

Summary

  • add SuiteRunResult, AggregatedSuiteResult, and PairResult dataclasses
  • replace ad-hoc result dictionary access with typed attributes
  • keep existing command behavior and output unchanged

Closes #30

Tests

  • uv run pytest tests/test_test_command.py -q
  • uv run pytest -q

@iray-tno
iray-tno merged commit 70441d2 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.

Refactor test suite result records into dataclasses

1 participant