-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mark fail()
function virtual
#29
Comments
As discussed in #30, one of the goals of DSTest is to let users run multiple assertions in one test. If the |
I'm in favor of this change. A dev might have a reason/need to explicitly override this function. Being able to change the |
Great, good to know. I'll use it for now. I'd still like to see this added to ds-test in the future. |
When writing tests and experimenting, sometimes it is beneficial to let
fail()
quit as soon as the first test fails. This helps debugging and avoid a lot of logs on screen.Something like this
Marking this function
virtual
allows us to update this function as necessary.The text was updated successfully, but these errors were encountered: