Skip to content

Conversation

czechboy0
Copy link
Contributor

Motivation

Fixes #35, which brought up a good point that run() wasn't a good name for a compat test method to actually run tests.

Modifications

Renamed to runTest().

Result

A less confusing method name.

Test Plan

Ran tests locally.

@czechboy0 czechboy0 added the ⚠️ semver/major Breaks existing public API. label Oct 13, 2025
@czechboy0 czechboy0 requested a review from FranzBusch October 13, 2025 12:52
@czechboy0
Copy link
Contributor Author

Another intentional API break:

1 breaking change detected in ConfigurationTesting:
  💔 API breakage: func ProviderCompatTest.run() has been renamed to func runTest()

@czechboy0 czechboy0 merged commit d142b30 into apple:main Oct 14, 2025
31 of 32 checks passed
@czechboy0 czechboy0 deleted the hd-rename-ProviderCompatTest.run branch October 14, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚠️ semver/major Breaks existing public API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename ProviderCompatTest.run() to validate() or test()

2 participants