File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed
ruff_python_ast_integration_tests
ruff_python_trivia_integration_tests Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ruff_python_ast_integration_tests"
3
- version = " 0.1 .0"
3
+ version = " 0.0 .0"
4
4
edition.workspace = true
5
5
rust-version.workspace = true
6
6
homepage.workspace = true
Original file line number Diff line number Diff line change
1
+ # Integration tests for ` ruff_python_ast `
2
+
3
+ This crate includes integration tests for the ` ruff_python_ast ` crate.
4
+
5
+ The reason for having a separate crate is to avoid introducing a dev circular
6
+ dependency between the ` ruff_python_parser ` crate and the ` ruff_python_ast ` crate.
7
+
8
+ This crate shouldn't include any code, only tests.
9
+
10
+ ** Reference:**
11
+
12
+ - ` rust-analyzer ` issue: < https://github.com/rust-lang/rust-analyzer/issues/3390 >
13
+ - Ruff's pull request: < https://github.com/astral-sh/ruff/pull/11261 >
Original file line number Diff line number Diff line change
1
+ # Integration tests for ` ruff_python_trivia `
2
+
3
+ This crate includes integration tests for the ` ruff_python_trivia ` crate.
4
+
5
+ The reason for having a separate crate is to avoid introducing a dev circular
6
+ dependency between the ` ruff_python_parser ` crate and the ` ruff_python_trivia ` crate.
7
+
8
+ This crate shouldn't include any code, only tests.
9
+
10
+ ** Reference:**
11
+
12
+ - ` rust-analyzer ` issue: < https://github.com/rust-lang/rust-analyzer/issues/3390 >
13
+ - Ruff's pull request: < https://github.com/astral-sh/ruff/pull/11261 >
You can’t perform that action at this time.
0 commit comments