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
Currently, reading psys tests is rather crude, with lots of assignments on _test_control.
Let us encapsulate the test protocol in helper procedures with nice names.
To mark entry in a new test step, we may have test_step(number).
To assert, we may define the usual procedures such as test_eq(x,y).
The text was updated successfully, but these errors were encountered:
Currently, reading psys tests is rather crude, with lots of assignments on
_test_control
.Let us encapsulate the test protocol in helper procedures with nice names.
To mark entry in a new test step, we may have
test_step(number)
.To assert, we may define the usual procedures such as
test_eq(x,y)
.The text was updated successfully, but these errors were encountered: