Browse Source

Corrected DiscoverRunner.build_suite() signature.

Follow up to 9012833af857e081b515ce760685b157638efcef.
Mariusz Felisiak 4 years ago
parent
commit
fc6fba0aa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/testing/advanced.txt

+ 1 - 1
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.