Skip to main content

Module unit_test

Module unit_test 

Source
Expand description

IR representation of a parsed EXECUTE UNIT TEST statement.

The compiler stores the parsed test definition on the project graph; validation and SQL lowering happen later in the test runner (see cli::commands::test::lower).

Structsยง

ExpectedResult
Expected results for the test.
MockView
A mock view definition that replaces a real dependency.
UnitTest
Represents a parsed unit test definition.