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
Trying to write some tests for a custom middleware and found these package would be beneficial to have around for testing:
"github.com/newrelic/go-agent/v3/internal" "github.com/newrelic/go-agent/v3/internal/integrationsupport"
I would like to use things like NewBasicTestApp and app.ExpectTxnMetrics in my tests.
NewBasicTestApp
app.ExpectTxnMetrics
If not possible to export it, possibly export it as a new module.
The text was updated successfully, but these errors were encountered:
can i work on this ?
Sorry, something went wrong.
we don't know, can you? 🤔
No branches or pull requests
Summary
Trying to write some tests for a custom middleware and found these package would be beneficial to have around for testing:
Desired Behaviour
I would like to use things like
NewBasicTestApp
andapp.ExpectTxnMetrics
in my tests.If not possible to export it, possibly export it as a new module.
The text was updated successfully, but these errors were encountered: