mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-08 06:07:56 +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;
|