-
Notifications
You must be signed in to change notification settings - Fork 63
refactor(fabric/services/endorser): better support for unit-testing #1077 #1078
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
refactor(fabric/services/endorser): better support for unit-testing #1077 #1078
Conversation
mbrandenburger
left a comment
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.
Thanks @adecaro LGTM. One minor change request below.
|
@mbrandenburger , apologies, I didn't set the status. The PR is still in progress. I'll push more stuff. When ready, I'll ask you to review again. Thanks. |
I set this PR to draft. |
6dbba11 to
57b7ad5
Compare
|
@mbrandenburger @SaidAltury-ibm , I still have a function to add. Sorry for that. |
446f400 to
48f3786
Compare
mbrandenburger
left a comment
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.
LGTM
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Co-authored-by: Marcus Brandenburger <mbrandenburger@users.noreply.github.com> Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com> Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
48f3786 to
bdb3f53
Compare
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
The goal of this PR is to add constructors to allow the developer to construct mocks more easily.
This PR is connected to hyperledger-labs/fabric-token-sdk#1265.