byexamples / byexamples/byexample

Enter in failing_fast mode if the user interrupts the execution.

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
enhancement request for comments
Dominant language
Python
Stars
67
Forks
9
PR merge metrics
No merged PRs in 30d

Description

**Describe the feature you'd like**
Enter in ``failing_fast`` mode if the user interrupts the execution.

However this is *far* from being been trivial because we need to make the asynchronous interrupt into a synchronous one.

Because the user could interrupt the middle of an execution because it is too slow, this one must be canceled and then enter in ``failing_fast``.

There are much more corner cases. Brainstorming needed here!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.