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
Hi, @JakeTheCorn. My goal with pytest-tap (and the underlying tappy library that powers the TAP output) is to adhere to the TAP specification strictly. The specification only accepts lines where the status is at the beginning of the line.
Since that is a requirement of the spec and the project is focused on implementing the spec and nothing more, this is not a feature that I'm interested in adding. I hope that makes sense.
I really like the plugin so far.
While debugging some tests... I found one that was long running....
BUT! I had to look at code to do so, and I would rather my test feedback tell me about it.
currently my test output is like..
and I would like to have the option of....
in other words
instead of
That way I could know which one was running and recognize hanging more easily.
Any thoughts?
thanks much!
The text was updated successfully, but these errors were encountered: