-------------------
* Extend test runner to style subtests, teardown errors, and teardown failures.
THanks to David Smith in `PR 224 <https://github.com/adamchainz/django-rich/pull/224>`__.
* Use unittest’s traceback cleaning.
Unnecessary frames will now be hidden, as with vanilla unittest, and ``--pdb`` will skip past them.
`PR 225 <https://github.com/adamchainz/django-rich/pull/225>`__.