# Functions
ForeachLeaf visits all leaves in an test tree, invoking the leafAction callback for each leaf encountered.
Report writes a formatted output of all the test files and their test results, and returns and error if the test run failed.
RunExpr runs all tests in the provided rel.Expr and returns a slice of Result.
RunTests runs all arr.ai tests in a given path.
# Type aliases
No description provided by the author