This is a step toward splitting the test into pieces so we don't have the various cases scattered over files with redundant content.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCef5416d663f9: [avalanche] Extract the facilities to the test object to simplify the…
./test/functional/test_runner.py abc_p2p_avalanche_proof_voting
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Good refactoring overalL. I have added a few non-blocking improvement suggestions.
test/functional/abc_p2p_avalanche_proof_voting.py | ||
---|---|---|
81 ↗ | (On Diff #32352) | this could be a @staticmethod |
93 ↗ | (On Diff #32352) | If quorum_proof is to be used only in get_quorum, I would pass is as a parameter and not add another class attribute. |