Recommended way to implement looping transcripts n times. #1249
Unanswered
rADikal8e7
asked this question in
Q&A
Replies: 2 comments
-
|
If i use the following code i am unable to catch the SystemExit Unable to catch the following system exit Ref: Line 5005 in e95af81 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
So after doing an assert on the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I want to be able to run a transcript n times.What is the recommended way to achieve this? The only way i can think of is using
allow_cli_argsand implement own unittest function by making a local copy oftranscript.pyand handling the enumeration and call this during app__init__method.Beta Was this translation helpful? Give feedback.
All reactions