Skip to content

Commit

Permalink
[3.1.x] Corrected DiscoverRunner.build_suite() signature.
Browse files Browse the repository at this point in the history
Follow up to 9012833.

Backport of fc6fba0 from main
  • Loading branch information
felixxm committed Mar 19, 2021
1 parent 95ee8fe commit c528c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/testing/advanced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c528c71

Please sign in to comment.