summaryrefslogtreecommitdiff
path: root/docs/topics/testing/advanced.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-18 11:29:42 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-19 08:03:57 +0100
commitfc6fba0aa9e4575c9a1c23ad7031eebb1c112868 (patch)
tree3710fa14d4a9b86a5a394c8d7e4419acbd0fedf9 /docs/topics/testing/advanced.txt
parent2411b8b5eb65fe3d7bcc1ee1f59e2433520c7df6 (diff)
Corrected DiscoverRunner.build_suite() signature.
Follow up to 9012833af857e081b515ce760685b157638efcef.
Diffstat (limited to 'docs/topics/testing/advanced.txt')
-rw-r--r--docs/topics/testing/advanced.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index 3db8fe420f..8b636ae2e3 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -632,7 +632,7 @@ Methods
:func:`~django.test.utils.setup_test_environment` and setting
:setting:`DEBUG` to ``self.debug_mode`` (defaults to ``False``).
-.. method:: DiscoverRunner.build_suite(test_labels, extra_tests=None, **kwargs)
+.. method:: DiscoverRunner.build_suite(test_labels=None, extra_tests=None, **kwargs)
Constructs a test suite that matches the test labels provided.