mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Refs #31811 -- Added optional timing outputs to the test runner.
This commit is contained in:
parent
21768a99f4
commit
61a0ba43cf
9 changed files with 144 additions and 38 deletions
|
|
@ -1523,6 +1523,12 @@ Django automatically calls :func:`faulthandler.enable()` when starting the
|
|||
tests, which allows it to print a traceback if the interpreter crashes. Pass
|
||||
``--no-faulthandler`` to disable this behavior.
|
||||
|
||||
.. django-admin-option:: --timing
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
Outputs timings, including including database setup and total run time.
|
||||
|
||||
``testserver``
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue