Module cairo_lang_test_utils::parse_test_file
source · Structs
- Simple runner wrapping a test function.
- Represents a single test from the test file.
Traits
- Trait for running a parsed test file.
Functions
- Runs a test based on file at
path
namedtest_func_name
by runningtest_func
on it. Fixes the test file if theCAIRO_FIX_TESTS
environment variable is set to1
.