You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently with our ocs-ci custom test runner we create a log FileHandler for every test case. We would like to replicate this behavior with pytest. One way of getting after this that sounds fairly straight forward is implementing a function level fixture that creates and removes the handlers for every test.
Currently with our ocs-ci custom test runner we create a log FileHandler for every test case. We would like to replicate this behavior with pytest. One way of getting after this that sounds fairly straight forward is implementing a function level fixture that creates and removes the handlers for every test.
https://stackoverflow.com/questions/41400722/pytest-implementing-a-logfile-per-test-method
The text was updated successfully, but these errors were encountered: