#30676: Add a --pdb option to the test runner
---------------------------------------------+------------------------
Reporter: Andrew Godwin | Owner: nobody
Type: Uncategorized | Status: new
Component: Testing framework | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
---------------------------------------------+------------------------
The Django test runner currently does not offer a {{{--pdb}}} option like
pytest (which, when a test fails, pops open a PDB debugger at that
location). This would be incredibly valuable for debugging tests, and I
feel we should add it.
Because of the multi-process nature of the test runner, this would only be
possible if we were running with {{{--parallel=1}}}.
--
Ticket URL: <https://code.djangoproject.com/ticket/30676>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/055.215c4d98169719191dc0d74b004c0dc1%40djangoproject.com.