Darren Burns

Results 113 comments of Darren Burns

@taranlu-houzz I'm on mobile at the moment, but the Test object in Ward has fields for captured stdout and stderr. We'd need a mechanism for accessing fields on the Test...

Hi @drunkeninja42, yeah feel free to pick it up if you'd like to 🙂

@ThatXliner you'll have to use coverage.py. You can see an example in the GitHub Actions folder in this repo

@carlosmarin96 Of course. I suspect it will involve moving from the Text class to the Markdown class. Let me know if I can help at all 🙂

Hey @carlosmarin96, the `Text` and `Markdown` classes are part of the Rich library. They're not defined in the Ward codebase.

It's still relevant so feel free to open a PR, thanks!

Thanks for the report! I naively assumed that logging would be captured in the same was as printing to stdout. For this, we may need to look at how pytest...

Thanks for posting about this, you're probably correct in that there'll be some work being done twice in the collection phase. It's something I'll certainly dig into in the future,...

Table support in Markdown has been merged and will be in the next release (today).