snix/tvix/nix-compat/src/derivation/tests
Florian Klink 398cf8e7ce refactor(nix-compat/derivation): use ATerm for output_paths test
Due to the lack of a ATerm parser, we were previously loading the JSON
fixtures to construct our Derivation structs to run the output path
calculations with.

However, as we now have a ATerm parser, we can load the ATerm
representation directly.
This also means we can test the output path calculation for non-UTF8
Derivations.

Change-Id: I0e53f41a23566b5ad5f0fed12724e02a10b02707
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9731
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2023-10-16 12:26:36 +00:00
..
derivation_tests feat(nix-compat/{aterm,derivation}): init parser 2023-10-16 12:23:00 +00:00
mod.rs refactor(nix-compat/derivation): use ATerm for output_paths test 2023-10-16 12:26:36 +00:00