Fixed #30676 -- Added --pdb option to test runner.

This commit is contained in:
Andrew Godwin 2019-08-05 13:41:14 +10:00 committed by Carlton Gibson
parent c5075360c5
commit 052388aba4
4 changed files with 54 additions and 4 deletions

View file

@ -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``
--------------