about summary refs log tree commit diff
path: root/third_party/nix/src/tests/store_tests.cc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-08-05 r/1596 feat(3p/nix): add tests for BinaryCacheStoreKane York1-0/+97
These tests are in preparation for factoring the Store away from libutil's Callback to absl::StatusOr. They use the newly added MockBinaryCacheStore. Updates: #25 Change-Id: I30c207589ec38254806ebc9a983f35668e353ae9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1595 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>