nicoddemus / pytest-rich

pytest + rich integration (proof of concept)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor test summary out of `RichTerminalReporter`

joshuadavidthomas opened this issue · comments

Similar to what was done for the test header, I believe refactoring the summary out either to a set of functions or a dedicated class would make for easier understanding and future improvments.