Skip to content

Test Outdated Since Switching to tree_sitter_language_pack #18

Description

@yzx9

We previously had a test named test_parser, but it has become outdated since we switched from tree_sitter_languages to tree_sitter_language_pack.

from tree_sitter_languages import get_parser
from grep_ast.dump import dump # noqa: F401
from grep_ast.parsers import PARSERS
def test_get_parser_for_all_parsers():
for lang in PARSERS.values():
assert get_parser(lang) is not None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions