LibCST/libcst/codemod/commands/tests
Danny Yang 6b483c6113
Add codemod to rename typing aliases of builtins (#1267)
* add codemod to rename typing aliases of builtins

* format
2025-01-09 18:59:00 +00:00
..
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_add_pyre_directive.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_add_trailing_commas.py Create an AddTrailingCommas codemod (#643) 2022-02-11 06:26:33 -08:00
test_convert_format_to_fstring.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_convert_namedtuple_to_dataclass.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_convert_percent_format_to_fstring.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_convert_type_comments.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_convert_union_to_or.py Add codemod to convert typing.Union to | (#1270) 2025-01-02 19:48:55 -05:00
test_ensure_import_present.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_fix_pyre_directives.py Update test_fix_pyre_directives.py (#1082) 2024-01-03 13:06:33 -08:00
test_fix_variadic_callable.py Add codemod to fix variadic callable annotations (#1269) 2025-01-02 19:49:03 -05:00
test_noop.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_remove_pyre_directive.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_remove_unused_imports.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_rename.py Add codemod to rename typing aliases of builtins (#1267) 2025-01-09 18:59:00 +00:00
test_rename_typing_generic_aliases.py Add codemod to rename typing aliases of builtins (#1267) 2025-01-09 18:59:00 +00:00
test_strip_strings_from_types.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_unnecessary_format_string.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00