mirror of
https://github.com/django/django.git
synced 2025-04-18 06:14:37 +00:00
[3.2.x] Corrected DiscoverRunner.build_suite() signature.
Follow up to 9012833af857e081b515ce760685b157638efcef. Backport of fc6fba0aa9e4575c9a1c23ad7031eebb1c112868 from main
This commit is contained in:
parent
2f6714cc9b
commit
62fd750bf7
@ -636,7 +636,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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user