Skip to content

Conversation

@kelvinfloresta
Copy link

@kelvinfloresta kelvinfloresta commented Oct 31, 2025

Summary

Adds a new method OnlySubTest to simplify running and isolating specific subtests within a test suite.

Changes

  • Introduced OnlySubTest, allowing developers to execute only selected subtests without running the entire test suite.
  • Integrated OnlySubTest into the existing suite package for consistency with current subtest behavior.
  • Added unit tests covering expected behavior and edge cases.
  • Updated documentation and comments to clarify usage.

Motivation

Running a full suite can be time-consuming when debugging or iterating on a specific subtest.
OnlySubTest provides a lightweight way to focus on individual subtests without modifying the suite structure or skipping others manually.
This improves developer productivity during test-driven development and debugging.

Related issues

None.

@kelvinfloresta kelvinfloresta changed the title feat: add OnlySubTest interface and implement filtering in suite tests feat: add OnlySubTest Nov 2, 2025
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.

1 participant