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

feat: combine SnapshotTests and SamplesTests #130

Merged
merged 3 commits into from
Mar 3, 2024

Conversation

TimothyMakkison
Copy link
Contributor

@TimothyMakkison TimothyMakkison commented Dec 8, 2023

Resolves comment in #122

  • removed SamplesTests and combined the tests with SnapshotTests
  • Added VerifySolution function
  • Could merge the methods, opted for this approach in case arguments need to be passed in, in the future.
await Verifier.VerifySolution(source);
await Fixture.VerifyGenerator(source);

@martinothamar martinothamar merged commit 07bf101 into martinothamar:main Mar 3, 2024
1 check passed
@martinothamar
Copy link
Owner

Thanks!

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