mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-24 23:58:01 +00:00
7189361a58
* Support repetitions in the tool * Add support for account allocations * Update the JSON schema
9 lines
141 B
Rust
9 lines
141 B
Rust
//! The revive differential tests case format.
|
|
|
|
pub mod case;
|
|
pub mod corpus;
|
|
pub mod metadata;
|
|
pub mod mode;
|
|
pub mod steps;
|
|
pub mod traits;
|