Investigate rewriting checkpoint/tests.rs
tests in zebra-consensus
to use zebra_test::Transcript
#744
Labels
A-rust
Area: Updates to Rust code
C-cleanup
Category: This is a cleanup
C-testing
Category: These are tests
E-help-wanted
Call for participation: Help is requested to fix this issue.
Wondering if this could be expressed as a
zebra_test::Transcript
It seems like the only thing that's missing is some sort of customizable callback to do additional assertions after each request. I think we might be able to bring in the assertions as an additional service wrapping the transcript.
Originally posted by @yaahc in #736 (comment)
The text was updated successfully, but these errors were encountered: