Skip to content

test_handler

Classes

TestHandler

TestHandler(context: CodeGenContext)

Responsible for generating test code.

Functions

compute_values
compute_values() -> dict[str, str]

Computes the values needed for generating the model source code.

Returns:

  • dict ( dict[str, str] ) –

    A dictionary containing the computed values for code generation.

Functions