mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31796)
(cherry picked from commit 6c83c8e6b5)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
3386f87dcb
commit
4199b7ffbb
9 changed files with 7 additions and 14 deletions
|
|
@ -1023,7 +1023,7 @@ def test_func_kwargs(self):
|
|||
kwargs = (f'a{i}=x' for i in range(self.N))
|
||||
self.check_stack_size("f(" + ", ".join(kwargs) + ")")
|
||||
|
||||
def test_func_args(self):
|
||||
def test_meth_args(self):
|
||||
self.check_stack_size("o.m(" + "x, " * self.N + ")")
|
||||
|
||||
def test_meth_kwargs(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue