Crate leo_test_framework[][src]

Expand description

The test framework to run integration tests with Leo code text.

This module contains the run_tests() method which runs all integration tests in the root [tests/] directory.

To regenerate the tests after a syntax change or failing test, delete the [tests/expectations/] directory and run the [parser_tests()] test in [parser/src/test.rs].

Re-exports

pub use runner::*;

Modules

error
fetch
output
runner
test