#pytest
Read more stories on Hashnode
Articles with this tag
Everybody in python knows the power of import pdb;pdb.set_trace() and breakpoint(). Alas, in many cases, it is not convenient to modify the source: ...