Test & Code in Python
Developing Software with Automated Tests
We found 2 episodes of Test & Code in Python with the tag “rich”.
-
188: Python's Rich, Textual, and Textualize - Innovating the CLI
May 17th, 2022 | 35 mins 36 secs
cli, css, rich, textualize, web
Will McGugan has brought a lot of color to CLIs within Python due to Rich.
Then Textual started rethinking full command line applications, including layout with CSS.
And now Textualize, a new startup, is bringing CLI apps to the web. -
185: Python + Django + Rich + Testing == Awesome
May 11th, 2022 | 20 mins 55 secs
django, python, rich, unittest
Django has a handful of console commands to help manage and develop sites.
django-rich adds color and nice formatting.
In a recent release, django-rich also add nice colorized tracebacks to the Django test runner.