about summary refs log tree commit diff
path: root/third_party/nix/src/tests/derivations_test.cc
AgeCommit message (Collapse)AuthorFilesLines
2020-08-02 r/1548 test(3p/nix): Add test for derivation parse/serializeGriffin Smith1-0/+106
Add a rapidcheck test covering roundtrip parse and serialize for Nix derivations. This covers a bug we discovered in ef54f5d which broke this roundtrip. Change-Id: I72d140334b5f24f79e82e34f98609c695dbfbf93 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1582 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>