Update insta snapshots (#14366)

This commit is contained in:
Micha Reiser
2024-11-15 19:31:15 +01:00
committed by GitHub
parent 81e5830585
commit c847cad389
2595 changed files with 3052 additions and 2578 deletions

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtClassDef

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtMatch

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtTypeAlias

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprBytesLiteral

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtClassDef
- TypeParamTypeVar

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprCompare

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- ExprName

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprDictComp

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprFString

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- Parameters

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- Parameters

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- TypeParamTypeVar

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprListComp

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtMatch
- ExprName

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprSetComp

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprStringLiteral

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtTypeAlias
- ExprSubscript