From f0c0897f23a040ed712811c6669a5fbd0069a78d Mon Sep 17 00:00:00 2001 From: Noah <33094578+coolreader18@users.noreply.github.com> Date: Sat, 17 Oct 2020 18:56:30 -0500 Subject: [PATCH] Update compiler to output codeobj.constants, use insta for snapshot testing --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9c73674..4e184f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,6 @@ rustpython-parser = { path = "../parser", version = "0.1.1" } num-complex = { version = "0.3", features = ["serde"] } log = "0.4" arrayvec = "0.5" + +[dev-dependencies] +insta = { version = "1.1", features = ["ron"] }