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 <tvl@lahfa.xyz>
This commit is contained in:
Florian Klink 2023-10-21 18:52:22 +01:00 committed by flokli
parent 077bf06c1d
commit 6800f1cdb9
4 changed files with 49 additions and 0 deletions

View file

@ -22,3 +22,6 @@ tokio = "1.28.0"
[dependencies.wu-manber]
git = "https://github.com/tvlfyi/wu-manber.git"
[dev-dependencies]
test-case = "2.2.2"