Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43f8f4c

Browse files
committed
renmae test method to avoid conflict (#16056)
1 parent 7c95bb3 commit 43f8f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def func(ns):
791791
self.assertEqual(C.y, 1)
792792
self.assertEqual(C.z, 2)
793793

794-
def test_new_class_exec_body(self):
794+
def test_new_class_metaclass_keywords(self):
795795
#Test that keywords are passed to the metaclass:
796796
def meta_func(name, bases, ns, **kw):
797797
return name, bases, ns, kw

0 commit comments

Comments
 (0)