assert_follows_reference

typhoon.test.signals.assert_follows_reference(signal, ref_signal, tol, during=None, strictness=1, time_tol=0, report_plot=None)

Assertion helper for follows_reference function. Has the same signature.

Is equivalent to:

>>> result = follows_reference(*args, **kwargs)
>>> assert_analysis(result, True)
Raises:

AssertionError – In case result is different from True.