-
Notifications
You must be signed in to change notification settings - Fork 62
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
base: main
Are you sure you want to change the base?
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. |
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Co-authored-by: Marcus Brandenburger <[email protected]> Signed-off-by: Angelo De Caro <[email protected]> Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
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
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.