Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING93ba8ba77b48: Migrate abc-invalid-chains off of the ComparisonTestFramework
rABC93ba8ba77b48: Migrate abc-invalid-chains off of the ComparisonTestFramework
test_runner.py abc-invalid-chains
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- invalid-chains-comptool
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7155 Build 12355: Bitcoin ABC Buildbot (legacy) Build 12354: arc lint + arc unit
Event Timeline
test/functional/abc-invalid-chains.py | ||
---|---|---|
46 ↗ | (On Diff #10748) | Nit: the name is confusing because sync_blocks() is already defined by the test_framework (twice...). |
test/functional/abc-invalid-chains.py | ||
---|---|---|
46 ↗ | (On Diff #10748) | I further realized after copying this over from Core's tests, that this intermediate function isn't necessary in this test since there's no reconnecting going on. I'll just remove it entirely. |