We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#274 introduces a new test that uses httptest.Server for setting the test.
httptest.Server
This approach defers from the approach used in other tests, increasing the complexity.
If using httpstest.Server is suitable for other tests, use it to have a uniform way for setting the tests.
httpstest.Server
The text was updated successfully, but these errors were encountered:
nadiamoe
Successfully merging a pull request may close this issue.
#274 introduces a new test that uses
httptest.Server
for setting the test.This approach defers from the approach used in other tests, increasing the complexity.
If using
httpstest.Server
is suitable for other tests, use it to have a uniform way for setting the tests.The text was updated successfully, but these errors were encountered: