You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for last-seen state (calculation and comparison).
The last seen state is used to detect the causes when something was changed (and what specifically), or to detect of the object is completely new (no previous seen state).
Partially, this is tested in the causation tests (indirectly). But there, it tests for how the states & diffs are used, without testing the details on the field level, and not all functions are fully tested.
The diff calculation (between old & new states) is left aside, as there are separate tests for it in /tests/diffs/.
The text was updated successfully, but these errors were encountered:
Add tests for last-seen state (calculation and comparison).
The last seen state is used to detect the causes when something was changed (and what specifically), or to detect of the object is completely new (no previous seen state).
Partially, this is tested in the causation tests (indirectly). But there, it tests for how the states & diffs are used, without testing the details on the field level, and not all functions are fully tested.
The diff calculation (between old & new states) is left aside, as there are separate tests for it in
/tests/diffs/
.The text was updated successfully, but these errors were encountered: