Re-exports§
pub use plugin::TestPlugin;
pub use test_config::TestConfig;
pub use test_config::try_extract_test_config;
Modules§
Structs§
- Test
Compilation - Encapsulation of all data required to execute tests.
- Test
Compilation Metadata - Encapsulation of all data required to execute tests, except for the Sierra program itself.
- Tests
Compilation Config - Configuration for test compilation.
Functions§
- compile_
test_ prepared_ db - Runs Cairo compiler.
- test_
assert_ suite - The suite of plugins that implements assert macros for tests.
- test_
plugin_ suite - The suite of plugins for compilation for testing.