-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Neo Plugins UT] Add RpcServer Unit Tests Part Blockchain. #3339
Conversation
* master: Fixed pathing and Property (neo-project#3306) [Neo CLI New Feature] Allow custom plugins (neo-project#3295) Return expect to verify neo-cli (neo-project#3318) [Neo CLI Optimization] fix exception message (neo-project#3314) fix plugin download url (neo-project#3329)
How come the test coverage decreased 20%,,,, while i just aded tests in this pr..... |
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.
A good set of tests.
/// An array containing the transaction hash as the first element, | ||
/// and an optional boolean indicating whether to return verbose information. | ||
/// </param> | ||
/// <returns>The transaction data as a <see cref="JToken"/>. In json format if the second item of _params is true, otherwise base64string. </returns> |
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.
I see the base64string
pattern being repeated, so it's probably intentionally.
Co-authored-by: Anna Shaleva <[email protected]>
Co-authored-by: Anna Shaleva <[email protected]>
Co-authored-by: Anna Shaleva <[email protected]>
Co-authored-by: Anna Shaleva <[email protected]>
Co-authored-by: Anna Shaleva <[email protected]>
Description
Neo Plugins lack unit tests, making it not clear whether our update to the code has changed any existing functionality or not. Thus having this pr to standard the plugin rpcserver method behavior.
Fixes # #3339
Type of change
How Has This Been Tested?
Test Configuration:
Checklist: