Skip to content

Commit 13e2e66

Browse files
committed
Add README
1 parent 83e7bf3 commit 13e2e66

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ruff_python_ast_integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff_python_ast_integration_tests"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
homepage.workspace = true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>

0 commit comments

Comments
 (0)