mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge
This commit is contained in:
commit
f74c33ad5c
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