mirror of https://github.com/astral-sh/ruff
Update compiler to output codeobj.constants, use insta for snapshot testing
This commit is contained in:
parent
a35d4dc22a
commit
f0c0897f23
|
|
@ -15,3 +15,6 @@ rustpython-parser = { path = "../parser", version = "0.1.1" }
|
||||||
num-complex = { version = "0.3", features = ["serde"] }
|
num-complex = { version = "0.3", features = ["serde"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
arrayvec = "0.5"
|
arrayvec = "0.5"
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
insta = { version = "1.1", features = ["ron"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue