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

rpcserver: Add handleGetRawMempool test. #2589

Merged
merged 1 commit into from
Feb 9, 2021

Conversation

JoeGruffins
Copy link
Member

@JoeGruffins JoeGruffins commented Feb 8, 2021

go test -run="TestHandleGetRawMempool" -coverprofile=cov.out && go tool cover -func=cov.out | grep -E "handleGetRawMempool"
PASS
ok      github.com/decred/dcrd/internal/rpcserver       0.026s
github.com/decred/dcrd/internal/rpcserver/rpcserver.go:2649:            handleGetRawMempool             100.0%

@JoeGruffins JoeGruffins marked this pull request as ready for review February 8, 2021 09:47
@davecgh davecgh added this to the 1.7.0 milestone Feb 8, 2021
@davecgh davecgh added the test coverage Discussion and pull requests for improving test coverage. label Feb 8, 2021
@JoeGruffins
Copy link
Member Author

Rebasing.

@davecgh davecgh merged commit f1c28f6 into decred:master Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test coverage Discussion and pull requests for improving test coverage.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants