docs.rs failed to build odra-test-2.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
odra-test-1.5.1
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.
}