aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/tests
AgeCommit message (Expand)Author
2023-04-17Merge remote-tracking branch 'upstream/master' into ca-drv-exoticJohn Ericson
2023-04-14Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`John Ericson
2023-04-07Include the name in the JSON for derivationsJohn Ericson
2023-04-07Create `Derivation::fromJSON`John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-02-28Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2023-02-20`Derivation::toJSON`: fix bug!John Ericson
2023-02-19Test `toJSON` of `DerivationOutput` and `Derivation`John Ericson
2023-02-07NarInfoDiskCache: Also test id consistency with updated fieldsRobert Hensing
2023-02-07NarInfoDiskCache: Keep BinaryCache.id stable and improve testRobert Hensing
2023-02-07NarInfoDiskCache: Prepare reproducer for #3898Robert Hensing
2023-01-30Make per-variant Arbitrary impls tooJohn Ericson
2023-01-29More property testsJohn Ericson
2023-01-29Allow unit test infra to be reused across libs' testsJohn Ericson
2023-01-23Test store paths, with property testsJohn Ericson
2023-01-23Add `rapidcheck` dependency for testingJohn Ericson
2023-01-18Add test for OutputsSpec::NamesEelco Dolstra
2023-01-12Write more (extended) output spec testsJohn Ericson
2023-01-12Assert on construction that `OutputsSpec::Names` is non-emptyJohn Ericson
2023-01-12Unit test `OuputsSpec::{union_, isSubsetOf}`John Ericson
2023-01-11Improve tests for `OutputsSpec`John Ericson
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2023-01-11Improve `OutputsSpec` slightlyJohn Ericson
2023-01-10Make clear that `StorePathWithOutputs` is a deprecated typeJohn Ericson
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2021-10-17Add error reporting to machine spec paserAlexey Novikov
2021-10-08libstore-tests: add libutil dependency (fix static link failure)Sergei Trofimovich
2021-10-04Add a test for RefScanSink and clean up the codeEelco Dolstra