This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Finish partially implemented don't stop on error feature #22
Labels
enhancement
New feature or request
Milestone
This is handled in the
run_test
function in theDiscordBot
class, but thestop_error
bool 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-error
varriable all the way to when a test is run)Notes: brought up when documenting for #21, possible 1.1 item
The text was updated successfully, but these errors were encountered: