lisa.regression.compute_regressions#

lisa.regression.compute_regressions(old_list, new_list, remove_tags=None, **kwargs)[source]#

Compute a list of RegressionResult out of two lists of exekall.engine.FrozenExprVal.

The tests are first grouped by their ID, and then a RegressionResult is computed for each of these ID.

Parameters:
Variable keyword arguments:

Forwarded to RegressionResult.from_result_list().