Skip to content

v1.3.32

Choose a tag to compare

@github-actions github-actions released this 18 Dec 18:36
226778e
feat: enable debugging entire test suite (#91)

Added support for debugging the entire test executable (suite) without test filters.
When the main suite ID is provided to DebugTest(), it now runs the executable
with no arguments instead of applying -t or -sg filters.

- Modified CppUTestContainer.DebugTest() to detect CppUTestSuite instances
- When suite is detected, set empty args array to run all tests
- Added test case to verify suite-level debugging behavior

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>