ruff/crates/ruff_python_ast/tests
Charlie Marsh 26e63ab137
Remove lexing from flake8-pytest-style (#6795)
## Summary

Another drive-by change to remove unnecessary custom lexing. We just
need to know the parenthesized range, so we can use...
`parenthesized_range`. I've also updated `parenthesized_range` to
support nested parentheses.

## Test Plan

`cargo test`
2023-08-23 15:54:11 +00:00
..
snapshots Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00
identifier.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
parenthesize.rs Remove lexing from flake8-pytest-style (#6795) 2023-08-23 15:54:11 +00:00
preorder.rs Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00
stmt_if.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
visitor.rs Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00