Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor operator tests #17

Merged
merged 1 commit into from
Jan 1, 2025
Merged

Conversation

dbalcomb
Copy link
Contributor

@dbalcomb dbalcomb commented Jan 1, 2025

This simply refactors the various operator tests.

Now that the operators all have an example implementation the operator-specific tests with custom implementations are no longer necessary. The imports for the Add mutator tests use the fully qualified path to the error type which is redundant and various tests names are inconsistent.

This change removes the redundant tests, updates the imports, and renames the tests for consistency. This only affects tests and has no public change to the API. The Recombine selector still needs to be updated to remove the custom selector but that depends on adding new composition selectors.

@dbalcomb dbalcomb added change: feature A new feature package: brace-ec Affects the `brace-ec` package labels Jan 1, 2025
@dbalcomb dbalcomb merged commit 36ef05a into main Jan 1, 2025
5 checks passed
@dbalcomb dbalcomb deleted the feature/refactor-operator-tests branch January 1, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: feature A new feature package: brace-ec Affects the `brace-ec` package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant