LibCST/libcst/codemod/tests
Aarni Koskela 4f810dbc13
Allow running codemods without configuring in YAML (#879)
* Simplify command specifier parsing

* Allow running codemods without configuring in YAML

This enables codemodding things by just plonking a CodemodCommand class
into any old importable module and running
`python -m libcst.tool codemod -x some_module.SomeClass ...`
2023-03-27 10:59:48 +01:00
..
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
codemod_formatter_error_input.py.txt Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_codemod.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_codemod_cli.py Allow running codemods without configuring in YAML (#879) 2023-03-27 10:59:48 +01:00
test_metadata.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
test_runner.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00