https://docs.python.org/3/library/pdb.html Learn more about PDB, can be used in Pytest to do something like
pytest test_kafka_mock.py::TestProducerIntegration::test_recovers_from_crash --pdb
Helps with kafka stuff and python
uuid: 202004231649 How to use pdb date: Apr 30, 2020 tags: #python #howto