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

Move input mocking to new traits #570

Merged
merged 21 commits into from
Aug 6, 2024
Merged

Move input mocking to new traits #570

merged 21 commits into from
Aug 6, 2024

Conversation

alice-i-cecile
Copy link
Contributor

This is a substantial simplification and cleanup of the existing input mocking architecture, taking advantage of the new traits.

As a bonus, it's now extensible and the different forms can be abstracted over!

Fixes #536.

@alice-i-cecile alice-i-cecile added code-quality Make the code faster or prettier usability Reduce user friction labels Jul 24, 2024
@alice-i-cecile alice-i-cecile enabled auto-merge (squash) July 24, 2024 20:19
@alice-i-cecile alice-i-cecile enabled auto-merge (squash) August 6, 2024 15:10
@alice-i-cecile alice-i-cecile merged commit 6d70a36 into main Aug 6, 2024
4 checks passed
@alice-i-cecile alice-i-cecile deleted the traitified-mocking branch August 6, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality Make the code faster or prettier usability Reduce user friction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a trait for input mocking
1 participant