nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
16 stars 5 forks source link

Add a `pdb` flag under the `unittest` task #194

Open nkallergis opened 3 weeks ago

nkallergis commented 3 weeks ago

Environment

Proposed Functionality

Add a pdb flag under the unittest task so that I can troubleshoot failed unittest in an easier manner. Make it False by default.

Use Case

When working with tests, it's very useful to automatically get dropped into a PDB shell when a test fails.