Skip to content

Commit

Permalink
[3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() sig…
Browse files Browse the repository at this point in the history
…nature.

Accidentally changed in 61a0ba4.
Backport of af685b5 from master
  • Loading branch information
felixxm committed Feb 24, 2021
1 parent c963bbc commit abca17c
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 @@ -662,7 +662,7 @@ Methods

Returns a ``TestSuite`` instance ready to be run.

.. method:: DiscoverRunner.setup_databases(verbosity, interactive, **kwargs)
.. method:: DiscoverRunner.setup_databases(**kwargs)

Creates the test databases by calling
:func:`~django.test.utils.setup_databases`.
Expand Down

0 comments on commit abca17c

Please sign in to comment.