Separate Session Setup/Teardown Logs? #569
Unanswered
andrewgrabbs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's an interesting use-case. 🤔 I think all the data we get from pytest is test (item) centric, but I could be wrong @RonnyPfannschmidt If it's not, you can likely add rows with that info. Could you do a simple mock-up with what you would like/expect it to look like? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I was wondering if there was a way to separate the session setup and teardown logs in another table on the html?
Right now I have a fixture scoped to session and autouse that does some setup & tear down before any tests are run; however, the logging on the "setup" side seems to get sent to the first test and the logging on the "teardown" side seems to get sent to the last test.
Is there anyway to give these specific logs their own section in the HTML output?
Beta Was this translation helpful? Give feedback.
All reactions