Skip to content

Commit

Permalink
[3.1.x] Fixed typo in docs/topics/testing/advanced.txt.
Browse files Browse the repository at this point in the history
Backport of 6993e1b from main
  • Loading branch information
knaperek authored and felixxm committed Mar 17, 2021
1 parent 0415ac5 commit b58b214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/testing/advanced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ Defining a test runner
A test runner is a class defining a ``run_tests()`` method. Django ships
with a ``DiscoverRunner`` class that defines the default Django testing
behavior. This class defines the ``run_tests()`` entry point, plus a
selection of other methods that are used to by ``run_tests()`` to set up,
execute and tear down the test suite.
selection of other methods that are used by ``run_tests()`` to set up, execute
and tear down the test suite.

.. class:: DiscoverRunner(pattern='test*.py', top_level=None, verbosity=1, interactive=True, failfast=False, keepdb=False, reverse=False, debug_mode=False, debug_sql=False, test_name_patterns=None, pdb=False, buffer=False, **kwargs)

Expand Down

0 comments on commit b58b214

Please sign in to comment.