Debugging Python tests

Debugging? Debugging is part of our every day lives as software developers - or it should be. Understanding why an error is happening is not always easy. In fact, most of the times it isn’t. A great tool we all have are debuggers. As the name suggests, they remove (“de-”) bugs. One part of the software development process that they are needed but we usually don’t think too much about it, is in the tests. ...

March 25, 2024 · 2 min · Guilherme Pereira