diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2019-08-05 13:41:14 +1000 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2019-08-07 08:16:31 +0200 |
| commit | 052388aba47ba7166886fc741cac5ce3b22fea58 (patch) | |
| tree | d5509efba1acea95aab6975e09d9aaea2e9731bc /docs/ref | |
| parent | c5075360c50b6e681fb3e7d58e6e93ae96662f49 (diff) | |
Fixed #30676 -- Added --pdb option to test runner.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index b5572cd5c7..b38740669f 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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`` -------------- |
