mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #27391 -- Implemented SimpleTestCase.debug().
debug() should bubbled up exceptions if occurring in test, but behave the same as run() when no exceptions occurred.
This commit is contained in:
committed by
Mariusz Felisiak
parent
dc8cd2fefd
commit
1711c509fa
@@ -198,7 +198,9 @@ Templates
|
||||
Tests
|
||||
~~~~~
|
||||
|
||||
* ...
|
||||
* :class:`~django.test.SimpleTestCase` now implements the ``debug()`` method to
|
||||
allow running a test without collecting the result and catching exceptions.
|
||||
This can be used to support running tests under a debugger.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
Reference in New Issue
Block a user