nicoddemus / pytest-rich

pytest + rich integration (proof of concept)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add command line options for test summary

joshuadavidthomas opened this issue · comments

I think some good defaults would be:

  • -q: no summary
  • default: show failures/errors only
  • -v: show all (failures/errors/xfail/skips)

Originally posted by @nicoddemus in #4 (comment)