mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
This commit is contained in:
parent
e1606d27b4
commit
9582745257
6 changed files with 42 additions and 1 deletions
|
@ -240,7 +240,9 @@ Templates
|
|||
Tests
|
||||
~~~~~
|
||||
|
||||
* ...
|
||||
* Stack frames from Django's custom assertions are now hidden. This makes test
|
||||
failures easier to read and enables :option:`test --pdb` to directly enter
|
||||
into the failing test method.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue