Crate ef_tests

Source
Expand description

Abstractions and runners for EF tests.

Re-exports§

pub use case::Case;
pub use case::Cases;
pub use result::CaseResult;
pub use result::Error;
pub use suite::Suite;

Modules§

assert
Various assertion helpers.
case
Test case definitions
cases
Specific test case handler implementations.
models
Shared models for https://github.com/ethereum/tests
result
Test results and errors
suite
Abstractions for groups of tests.