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
I just asked a question on stackoverflow about ways to run test concurrently using pytest, it was suggested to use pytest-subtests so I tried it and it seems to work for a simple example.
I just wanted to have your thoughts on this strategy (limitations/interest/ideas).
I just asked a question on stackoverflow about ways to run test concurrently using pytest, it was suggested to use pytest-subtests so I tried it and it seems to work for a simple example.
I just wanted to have your thoughts on this strategy (limitations/interest/ideas).
The output summary of this is a bit unclear for my use case but from my understanding this is related to #9 and pytest-dev/pytest#5047. Right?
It would make more sense for me to have something that completely hides the existence of the
tests
function and only shows something like:The text was updated successfully, but these errors were encountered: