We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interrogate
interrogate --version
Interrogate fails with new match syntax
match
Pass
Get the coverage of your code when match is used in it.
One posible solution
# https://github.com/Instagram/LibCST/issues/285#issuecomment-1011427731 if sys.version_info.major >= 3 and sys.version_info.minor >= 10: os.environ["LIBCST_PARSER_TYPE"] = "native"
The text was updated successfully, but these errors were encountered:
econchick
No branches or pull requests
Environment
interrogate
version(s) (interrogate --version
: 1.5.0Description of the bug
Interrogate fails with new
match
syntaxWhat you expected to happen
Pass
How to reproduce (as minimally and precisely as possible)
Get the coverage of your code when
match
is used in it.Anthing else we need to know?
One posible solution
The text was updated successfully, but these errors were encountered: