Crate cairo_lang_test_plugin

Source

Re-exports§

pub use plugin::TestPlugin;
pub use test_config::TestConfig;
pub use test_config::try_extract_test_config;

Modules§

plugin
test_config

Structs§

TestCompilation
Encapsulation of all data required to execute tests.
TestCompilationMetadata
Encapsulation of all data required to execute tests, except for the Sierra program itself.
TestsCompilationConfig
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.