11 releases (6 stable)

new 1.5.0 Jan 7, 2025
1.4.0 Oct 18, 2024
1.3.0 Sep 20, 2024
1.2.0 Jul 30, 2024
0.8.1 Mar 1, 2024

#466 in Magic Beans

Download history 91/week @ 2024-09-22 102/week @ 2024-09-29 25/week @ 2024-10-06 147/week @ 2024-10-13 35/week @ 2024-10-20 2/week @ 2024-10-27 17/week @ 2024-11-03 2/week @ 2024-11-10 26/week @ 2024-11-17 4/week @ 2024-11-24 43/week @ 2024-12-08 1/week @ 2024-12-15 116/week @ 2025-01-05

117 downloads per month
Used in odra-modules

MIT license

260KB
5.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–33MB
~564K SLoC