Add test helper to setup tracing (#12741)

This commit is contained in:
Micha Reiser
2024-08-09 09:04:04 +02:00
committed by GitHub
parent c906b0183b
commit ffaa35eafe
7 changed files with 155 additions and 3 deletions

View File

@@ -34,13 +34,14 @@ walkdir = { workspace = true }
zip = { workspace = true, features = ["zstd", "deflate"] }
[dev-dependencies]
ruff_db = { workspace = true, features = ["os", "testing"]}
ruff_python_parser = { workspace = true }
anyhow = { workspace = true }
insta = { workspace = true }
tempfile = { workspace = true }
walkdir = { workspace = true }
zip = { workspace = true }
ruff_python_parser = { workspace = true }
ruff_db = { workspace = true, features = ["os"]}
[lints]
workspace = true