Closed S-S-X closed 2 years ago
Option: lazy failure to allow continuing test case and make calls to deprecated functions fail test case after completion. This allows prioritizing other assertions and completion of whole test cases even with deprecated function calls but would still fail at the end.
Duplicate #64
Currently behavior for marked functions is to simply fail by throwing Lua
error
. With configuration allow deprecated calls without failure but instead log warnings / errors for deprecated calls.This would require implementing or aliasing deprecated functions at least in some cases.