mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-106145: Make end_{lineno,col_offset} required on type_param nodes (#106224)
This commit is contained in:
parent
904aef9942
commit
46c1097868
4 changed files with 10 additions and 14 deletions
|
|
@ -705,7 +705,7 @@ class DirectoryTestCase(ASTTestCase):
|
|||
test_directories = (lib_dir, lib_dir / "test")
|
||||
run_always_files = {"test_grammar.py", "test_syntax.py", "test_compile.py",
|
||||
"test_ast.py", "test_asdl_parser.py", "test_fstring.py",
|
||||
"test_patma.py"}
|
||||
"test_patma.py", "test_type_alias.py", "test_type_params.py"}
|
||||
|
||||
_files_to_test = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue