Skip to main content

Module param_diff

Module param_diff 

Source
Expand description

Parameter comparison — port of param-diff.ts / ParamDiff.java. Compares a sensor’s returned inline actuals against the values captured from the document.

Functions§

compare_params
Compares returned against expected with no display formatters.
compare_params_with_formats
Compares returned against expected (the captured args), one CellDiff per parameter. source_texts supplies each diff’s expected display; formats (aligned 1:1, None entries where a type has none) renders display strings only, never the verdict (which is structural Value equality).