diff options
| author | Ahmad A. Hussein <ahmadahussein0@gmail.com> | 2020-07-22 17:37:52 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2020-08-13 17:17:15 +0200 |
| commit | 61a0ba43cfd4ff66f51a9d73dcd8ed6f6a6d9915 (patch) | |
| tree | 5c5033cee4d537df66a6e1a51d4ea1a285551a65 /docs/ref | |
| parent | 21768a99f47ee73a2f93405151550ef7c3d9c8a2 (diff) | |
Refs #31811 -- Added optional timing outputs to the 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 99cdafd2c8..c1a47dadbd 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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`` -------------- |
