Replies: 1 comment 4 replies
-
Hi @marioaag, what are your tests? maybe your test is tucked by some reason? Could you please paste a complete example with a reproducer? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Using the Python API noticed that it is ending in un expected way, it is not thronging an exception and neither continue with the execution of the rest of the code that is after the call of the run() method, it is jumping directly to the finally statement.
Example:
In this simple example the expectation is that the logging get executed but it is not.
Is there a way to continue with the normal flow of the script where the avocado API is being used?
Beta Was this translation helpful? Give feedback.
All reactions