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

Allow DiffPlex injection/configuration per test #78

Closed
JanKrivanek opened this issue Jan 6, 2023 · 1 comment · Fixed by #79
Closed

Allow DiffPlex injection/configuration per test #78

JanKrivanek opened this issue Jan 6, 2023 · 1 comment · Fixed by #79

Comments

@JanKrivanek
Copy link

Situation

Currently the initialization is only global, there is no option to configure/alter it per test

Problem

Analogous to VerifyTests/Verify#757.
It's rather edge scenario (Verify being used within wrapping tooling), but it's quite painful there and fix is nonbreaking and easy

Proposed solution

Add a call that accepts VerifySettings instance and configures it via VerifySettings.UseStringComparer

I'm more than happy to create PR for this if this request is acknowledged and agreed

@JanKrivanek
Copy link
Author

Very appreciated! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant