Support using set_testing as a context manager #85
Closed
LilyFirefly
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This would allow automatically reseting testing mode after the context, even if an unexpected exception happened. Currently this can be worked around with
try/finally, but this is less ergonomic.Beta Was this translation helpful? Give feedback.
All reactions