From 6800f1cdb9b6fc3f81c40c6d869ba5c2fcfba817 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 21 Oct 2023 18:52:22 +0100 Subject: test(tvix/cli/derivation): add test cases for output path calc Get some test coverage with some calls to builtins.derivation. The expected output paths were calculated with Nix. Change-Id: I2ce205ea5244e8ef939d9cacb033283fc6f15d17 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9817 Tested-by: BuildkiteCI Reviewed-by: raitobezarius --- tvix/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index b3b736a25be3..6cd38eabcb88 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2904,6 +2904,7 @@ dependencies = [ "dirs", "nix-compat", "rustyline", + "test-case", "thiserror", "tokio", "tracing", -- cgit 1.4.1