Skip to content

Conversation

@ehennestad
Copy link
Owner

This pull request enhances the matbox.tasks.testToolbox function by adding support for running tests based on inclusion and exclusion tags. This allows for more flexible and targeted test execution.

Test selection enhancements:

  • Added HasTag and ExcludeTags options to the function signature, enabling users to specify which test tags to include or exclude when running the test suite.
  • Implemented logic to filter the test suite by the specified inclusion tag (HasTag) and to exclude tests with any tags listed in ExcludeTags.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2025

Test Results

21 tests   21 ✅  22s ⏱️
 5 suites   0 💤
 1 files     0 ❌

Results for commit e3f8a70.

@ehennestad ehennestad merged commit 4d60b09 into main Oct 9, 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.

2 participants