-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add API approval tests #557
base: master
Are you sure you want to change the base?
Conversation
@@ -8,6 +8,7 @@ | |||
<ItemGroup> | |||
<PackageReference Include="FluentAssertions.Reactive" Version="0.2.0" /> | |||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" /> | |||
<PackageReference Include="Shouldly" Version="4.2.1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats that for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assert library like fluentassertions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Widely used in graphql-dotnet org
#561 should be merged first |
No description provided.