Crate cairo_lang_test_runner
source ·Structs§
- Auxiliary data that is required when running tests with profiling.
- The test cases compiler.
- Configuration of compiled tests runner.
- Compile and run tests.
- Summary data of the ran tests.
Enums§
- Whether to run the profiler, and what results to produce. With
None, don’t run the profiler. WithSierra, run the profiler and produce sierra profiling information. WithCairo, run the profiler and additionally produce cairo profiling information (e.g. filtering out generated functions).
Functions§
- Filter compiled test cases with user provided arguments.
- Runs the tests and process the results for a summary.