Files
bitcoin/test/functional/test_framework
Lőrinc dcd90fbe54 test: prep manual equality assert conversions
The later scripted diff only handles plain `assert x == y` lines.
Some remaining tests still use equality inside comprehensions, parenthesized asserts, and other shapes that the line-based rewrite would misread.
Rewrite those sites by hand first so the later mechanical conversion stays safe.
The commit also simplifies the dead `len(["errors"]) == 0` branch in `blocktools.py`, which can never be true.
2026-04-07 15:56:29 +03:00
..
2026-03-12 16:01:05 +01:00
2025-12-26 08:19:34 +01:00
2026-03-31 12:25:06 +02:00