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
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This is handled in the run_test function in the DiscordBot class, but the stop_error bool is never implemented by any tests. See below for it's current implementation, it basically suppresses the error.
This is handled in the
run_testfunction in theDiscordBotclass, but thestop_errorbool is never implemented by any tests. See below for it's current implementation, it basically suppresses the error.https://github.com/JakeCover/distest/blob/c1d8de0be5ccb972775e4e5e0c125798bfc75f71/distest/bot.py#L41-L44
I haven't thought this through much yet, but it seems like all we need to do is:
continue-past-errorvarriable all the way to when a test is run)Notes: brought up when documenting for #21, possible 1.1 item