Version 3.9.0
-
The term
stopFlag
was used in two different ways: on the level of the test framework and inside test functions. This required a change: inside test functions, what was initially calledstopFlag
is now calleddebugFlag
.Note that the old name is still supported in order to support old test cases, so this is not a breaking change.
-
stopFlag
is not necessarily a Boolean anymore, making the name a misnomer. Therefore, it was renamed tostop
. -
All
Run*
-functions that acceptstop
as a left argument now allow it to be "?".This led to a list with all the options the user may select from.
To be consumed as a Tatin package from https://tatin.dev