LibCST/libcst/metadata/tests
Ken Kawamoto 7090a0db2b
fixes match statements to work with PositionProvider (#1389)
* add failing test

* fix issue

* fixes an issue with PositionProvider not working with case statement

* remove comments

---------

Co-authored-by: steve <steve@patreon.com>
2025-08-04 17:27:13 -04:00
..
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_accessor_provider.py Adding a provider which can tell what accessor to use to go from the parent to that child node (#807) 2022-11-10 09:38:32 +00:00
test_base_provider.py Implement lazy loading mechanism for QualifiedNameProvider (#720) 2022-07-09 08:34:29 +01:00
test_expression_context_provider.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_file_path_provider.py Add new FilePathProvider 2023-03-13 18:33:46 -07:00
test_full_repo_manager.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_metadata_provider.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_metadata_wrapper.py FullyQualifiedNameProvider: Optionally consider pyproject.toml files when determining a file's module name and package (#1148) 2024-06-12 10:36:50 +01:00
test_name_provider.py FullyQualifiedNameProvider: Optionally consider pyproject.toml files when determining a file's module name and package (#1148) 2024-06-12 10:36:50 +01:00
test_parent_node_provider.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_position_provider.py fixes match statements to work with PositionProvider (#1389) 2025-08-04 17:27:13 -04:00
test_reentrant_codegen.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_scope_provider.py remove entry points to pure parser (#1375) 2025-07-30 16:27:20 +00:00
test_span_provider.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_type_inference_provider.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00