miden-test-utils 0.1.0

Test utilities for Miden VM programs
Documentation
1
2
3
4
5
6
7
8
9
# Miden test utils
This crate contains utilities for testing program execution on Miden VM. This includes:

* A `Test` struct which encapsulates information needed for testing of Miden VM programs and provides various convenience methods for testing program execution.
* A set of macros to simplify instantiation of the `Test` struct.
* Re-exports of various VM modules and 3-rd party crates which may be useful for writing tests.

## License
This project is [MIT licensed](../LICENSE).