From db8f0a498947c6bbd93526520b4a51f758cae540 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 31 Jan 2025 15:14:14 -0500 Subject: Add test_deterministic_functions to Rust API unit tests This test makes sure that initial analysis is not tainting functions --- rust/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 16743cd9..9b29b283 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -25,6 +25,7 @@ serde_json = "1.0" rstest = "0.24" tempfile = "3.15" serial_test = "3.2" +insta = { version = "1.42", features = ["yaml"] } [package.metadata.typos] -default.extend-ignore-re = ["Collapsable"] \ No newline at end of file +default.extend-ignore-re = ["Collapsable"] -- cgit v1.3.1