mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[3.2.x] Fixed typo in docs/topics/testing/advanced.txt.
Backport of 6993e1bf6d from main
			
			
This commit is contained in:
		| @@ -507,8 +507,8 @@ Defining a test runner | |||||||
| A test runner is a class defining a ``run_tests()`` method. Django ships | A test runner is a class defining a ``run_tests()`` method. Django ships | ||||||
| with a ``DiscoverRunner`` class that defines the default Django testing | with a ``DiscoverRunner`` class that defines the default Django testing | ||||||
| behavior. This class defines the ``run_tests()`` entry point, plus a | 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, | selection of other methods that are used by ``run_tests()`` to set up, execute | ||||||
| execute and tear down the test suite. | 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, enable_faulthandler=True, timing=True, **kwargs) | .. 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, enable_faulthandler=True, timing=True, **kwargs) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user