[3.1.x] Corrected DiscoverRunner.build_suite() signature.

Follow up to 9012833af8.

Backport of fc6fba0aa9 from main
This commit is contained in:
Mariusz Felisiak 2021-03-18 11:29:42 +01:00
parent 95ee8fecb5
commit c528c71007
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,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.