How to debug pytest test cases without code modifying
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: project could be redeployed and your lines are gone, modified source requires additional efforts for...
dkravchenko.hashnode.dev4 min read