mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Issue 19504: Change "customise" to "customize" American spelling.
This commit is contained in:
parent
39e9af6bb3
commit
7ea386e56e
8 changed files with 11 additions and 11 deletions
|
@ -275,7 +275,7 @@ class TestDiscovery(unittest.TestCase):
|
|||
self.assertEqual(Module.load_tests_args,
|
||||
[(loader, [], 'test*.py')])
|
||||
|
||||
def test_find_tests_customise_via_package_pattern(self):
|
||||
def test_find_tests_customize_via_package_pattern(self):
|
||||
# This test uses the example 'do-nothing' load_tests from
|
||||
# https://docs.python.org/3/library/unittest.html#load-tests-protocol
|
||||
# to make sure that that actually works.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue