From 61a0ba43cfd4ff66f51a9d73dcd8ed6f6a6d9915 Mon Sep 17 00:00:00 2001 From: "Ahmad A. Hussein" Date: Wed, 22 Jul 2020 17:37:52 +0200 Subject: Refs #31811 -- Added optional timing outputs to the test runner. --- docs/ref/django-admin.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ref') 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`` -------------- -- cgit v1.3