mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-30 16:33:49 +00:00
Move resolver tests out to top-level (#5424)
## Summary These are really tests for the entire crate.
This commit is contained in:
parent
1d2d015bc5
commit
4d90a5a9bc
8 changed files with 896 additions and 898 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
source: crates/ruff_python_resolver/src/resolver.rs
|
||||
source: crates/ruff_python_resolver/src/lib.rs
|
||||
expression: result
|
||||
---
|
||||
ImportResult {
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
source: crates/ruff_python_resolver/src/resolver.rs
|
||||
source: crates/ruff_python_resolver/src/lib.rs
|
||||
expression: result
|
||||
---
|
||||
ImportResult {
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
source: crates/ruff_python_resolver/src/resolver.rs
|
||||
source: crates/ruff_python_resolver/src/lib.rs
|
||||
expression: result
|
||||
---
|
||||
ImportResult {
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
source: crates/ruff_python_resolver/src/resolver.rs
|
||||
source: crates/ruff_python_resolver/src/lib.rs
|
||||
expression: result
|
||||
---
|
||||
ImportResult {
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
source: crates/ruff_python_resolver/src/resolver.rs
|
||||
source: crates/ruff_python_resolver/src/lib.rs
|
||||
expression: result
|
||||
---
|
||||
ImportResult {
|
Loading…
Add table
Add a link
Reference in a new issue