Skip to content

Add ability to configure integration test list at command line#1608

Merged
katiewasnothere merged 1 commit into
apple:mainfrom
katiewasnothere:configurable_integration_tests
May 28, 2026
Merged

Add ability to configure integration test list at command line#1608
katiewasnothere merged 1 commit into
apple:mainfrom
katiewasnothere:configurable_integration_tests

Conversation

@katiewasnothere
Copy link
Copy Markdown
Contributor

Type of Change

  • New feature

Motivation and Context

When developing, there are times when I want to run a specific set of CLI tests. This PR allows users to set what integration tests they want to run by setting the makefile variable INTEGRATION_TEST_SUITES.

Example usage:

% INTEGRATION_TEST_SUITES="TestCLIVolumes TestCLIAnonymousVolumes"  make all integration

Testing

  • Tested locally

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
@github-actions
Copy link
Copy Markdown

Code Coverage

Tier Line Coverage
Unit 33.82%
Integration 19.52%
Combined 52.78%

@katiewasnothere katiewasnothere merged commit d2aa01e into apple:main May 28, 2026
4 checks passed
@katiewasnothere katiewasnothere deleted the configurable_integration_tests branch May 28, 2026 00:36
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