Can I pass back data to the python code calling pytest.main() where pytest.main() is executing unittests. #11505
Replies: 4 comments 3 replies
-
The second argument to the main function is a list of pytest plugin objects each of which can implement any pytest Hook |
Beta Was this translation helpful? Give feedback.
0 replies
-
@RonnyPfannschmidt thanks for the response. I have not used Hooks before, Could you provide an example of this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I will have a look, thank you @RonnyPfannschmidt . |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you @RonnyPfannschmidt ! |
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.
-
Can I pass back data to the python code calling pytest.main() where pytest.main() is executing unittests.
`class AllureRunner:
Beta Was this translation helpful? Give feedback.
All reactions