mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #30676 -- Added --pdb option to test runner.
This commit is contained in:
parent
c5075360c5
commit
052388aba4
4 changed files with 54 additions and 4 deletions
|
@ -1456,6 +1456,12 @@ Runs test methods and classes matching test name patterns, in the same way as
|
|||
|
||||
This feature is only available for Python 3.7 and later.
|
||||
|
||||
.. django-admin-option:: --pdb
|
||||
|
||||
.. versionadded:: 3.0
|
||||
|
||||
Spawns a ``pdb`` debugger at each test error or failure. If you have it
|
||||
installed, ``ipdb`` is used instead.
|
||||
|
||||
``testserver``
|
||||
--------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue