mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:26 +00:00
Move corpus tests to ty_python_semantic
(#18609)
This commit is contained in:
parent
0724bee59c
commit
5dcfc9f074
311 changed files with 119 additions and 30 deletions
|
@ -5,6 +5,7 @@ exclude: |
|
|||
.github/workflows/release.yml|
|
||||
crates/ty_vendored/vendor/.*|
|
||||
crates/ty_project/resources/.*|
|
||||
crates/ty_python_semantic/resources/corpus/.*|
|
||||
crates/ty/docs/(configuration|rules|cli).md|
|
||||
crates/ruff_benchmark/resources/.*|
|
||||
crates/ruff_linter/resources/.*|
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3934,7 +3934,6 @@ version = "0.0.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"crossbeam",
|
||||
"glob",
|
||||
"insta",
|
||||
"notify",
|
||||
"pep440_rs",
|
||||
|
@ -3970,6 +3969,7 @@ dependencies = [
|
|||
"countme",
|
||||
"dir-test",
|
||||
"drop_bomb",
|
||||
"glob",
|
||||
"hashbrown 0.15.4",
|
||||
"indexmap",
|
||||
"insta",
|
||||
|
|
|
@ -25,7 +25,6 @@ ty_vendored = { workspace = true }
|
|||
|
||||
anyhow = { workspace = true }
|
||||
crossbeam = { workspace = true }
|
||||
glob = { workspace = true }
|
||||
notify = { workspace = true }
|
||||
pep440_rs = { workspace = true, features = ["version-ranges"] }
|
||||
rayon = { workspace = true }
|
||||
|
@ -39,7 +38,6 @@ tracing = { workspace = true }
|
|||
|
||||
[dev-dependencies]
|
||||
ruff_db = { workspace = true, features = ["testing"] }
|
||||
glob = { workspace = true }
|
||||
insta = { workspace = true, features = ["redactions", "ron"] }
|
||||
|
||||
[features]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../../ruff_python_parser/resources/invalid/statements/invalid_assignment_targets.py
|
|
@ -1 +0,0 @@
|
|||
../../../../ruff_python_parser/resources/invalid/expressions/named/invalid_target.py
|
|
@ -1 +0,0 @@
|
|||
../../../../ruff_python_parser/resources/invalid/statements/invalid_augmented_assignment_target.py
|
|
@ -1 +0,0 @@
|
|||
../../../../ruff_notebook/resources/test/fixtures/jupyter/unused_variable.ipynb
|
|
@ -1 +0,0 @@
|
|||
../../../../ruff_python_parser/resources/inline/err/type_param_invalid_bound_expr.py
|
|
@ -1 +0,0 @@
|
|||
../../../../ruff_python_parser/resources/inline/err/ann_assign_stmt_invalid_target.py
|
|
@ -55,6 +55,7 @@ ty_vendored = { workspace = true }
|
|||
|
||||
anyhow = { workspace = true }
|
||||
dir-test = { workspace = true }
|
||||
glob = { workspace = true }
|
||||
insta = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
quickcheck = { version = "1.0.3", default-features = false }
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue