File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ def test_getfullargspec_builtin_methods(self):
851851 @cpython_only
852852 @unittest .skipIf (MISSING_C_DOCSTRINGS ,
853853 "Signature information for builtins requires docstrings" )
854- def test_getfullagrspec_builtin_func (self ):
854+ def test_getfullargspec_builtin_func (self ):
855855 import _testcapi
856856 builtin = _testcapi .docstring_with_signature_with_defaults
857857 spec = inspect .getfullargspec (builtin )
@@ -860,7 +860,7 @@ def test_getfullagrspec_builtin_func(self):
860860 @cpython_only
861861 @unittest .skipIf (MISSING_C_DOCSTRINGS ,
862862 "Signature information for builtins requires docstrings" )
863- def test_getfullagrspec_builtin_func_no_signature (self ):
863+ def test_getfullargspec_builtin_func_no_signature (self ):
864864 import _testcapi
865865 builtin = _testcapi .docstring_no_signature
866866 with self .assertRaises (TypeError ):
You can’t perform that action at this time.
0 commit comments