6 releases (1 stable)

1.0.0 May 23, 2024
1.0.0-rc.1 May 14, 2024
0.9.1 Apr 15, 2024
0.8.1 Mar 1, 2024
0.8.0 Feb 6, 2024

#2125 in Magic Beans

Download history 1/week @ 2024-02-05 20/week @ 2024-02-19 141/week @ 2024-02-26 13/week @ 2024-03-04 81/week @ 2024-03-11 205/week @ 2024-04-01 153/week @ 2024-04-15 92/week @ 2024-05-13 150/week @ 2024-05-20

242 downloads per month
Used in odra-modules

MIT license

250KB
5K SLoC

This crate provides a testing environment for the Odra VM.

It is meant to be used in the unit tests of the Odra contracts.

Example

#[test]
fn test() {
   let env = odra_test::env();
   let caller = env.get_account(0);

   // Test your contract here.
}

Dependencies

~20–34MB
~588K SLoC