Re-exports§
pub use plugin::TestPlugin;
pub use test_config::try_extract_test_config;
pub use test_config::TestConfig;
Modules§
Structs§
- Encapsulation of all data required to execute tests. This includes the source code compiled to a Sierra program and all cairo-test specific data extracted from it. This can be stored on the filesystem and shared externally.
- Encapsulation of all data required to execute tests, except for the Sierra program itself. This includes all cairo-test specific data extracted from the program. This can be stored on the filesystem and shared externally.
- Configuration for test compilation.
Functions§
- Runs Cairo compiler.
- The suite of plugins that implements assert macros for tests.
- The suite of plugins for compilation for testing.