-
Notifications
You must be signed in to change notification settings - Fork 38.6k
refactor: univalue test cleanups #25617
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
Conversation
maflcko
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.
idk
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
49d600a to
ff6a608
Compare
|
Rebased and simplified to the non-controversial changes. |
ff6a608 to
425f6ba
Compare
425f6ba to
31d76f7
Compare
src/univalue/test/unitester.cpp
Outdated
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.
It might be good to move this into a function, otherwise it will be hard to understand the purpose of the test from looking at the code.
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.
Moved into a function.
Having references to downstream no-longer make sense now that we've unsubtree'd.
31d76f7 to
1f0c83f
Compare
|
Good catch on the test issue. Also, good cleanup. ACK 1f0c83f 🍎 Show signatureSignature: |
1f0c83f refactor: remove BOOST_*_TEST_ macros (fanquake) 70d807c refactor: integrate no_nul into univalue unitester (fanquake) 98a0ae6 doc: remove references to downstream (fanquake) Pull request description: Remove references to "downstream" from makefiles, as they are now redundant. Remove `BOOST_TEST` macros in favour of just using functions. Add missing call to `univalue_push_throw` tests. ACKs for top commit: MarcoFalke: ACK 1f0c83f 🍎 Tree-SHA512: e0e1ec159a82ece9b364c656b3b49d98f72a04f2614eeb2a386825c3e37bb5a10416446a8ea22d9048227d96aca3e5c1a3dbf3264a290443add382ded073575c
Remove references to "downstream" from makefiles, as they are now redundant.
Remove
BOOST_TESTmacros in favour of just using functions.Add missing call to
univalue_push_throwtests.