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
-
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_args
and implement own unittest function by making a local copy oftranscript.py
and handling the enumeration and call this during app__init__
method.Beta Was this translation helpful? Give feedback.
All reactions