Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Finish partially implemented don't stop on error feature #22

@Cobular

Description

@Cobular

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.

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:

  • Implememnt this on a per-test basis (probably cascade some sort of continue-past-error varriable all the way to when a test is run)
  • Write an example
  • Document the feature

Notes: brought up when documenting for #21, possible 1.1 item

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions