pytest-sugar: Show the Failures and Errors Instantly With a Progress Bar

It can be frustrating to wait for a lot of tests to run before knowing the status of the tests. If you want to instantly see the failures and errors with a progress bar, use pytest-sugar.

pytest-sugar is a plugin for pytest. The code above shows how the outputs will look like when running pytest.

Link to pytest-sugar.

Link to previous tips on testing in Python.

Scroll to Top