aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/tests/value
AgeCommit message (Expand)Author
2023-12-01Move tests to separate directories, and documentJohn Ericson
2023-09-19Disable rapidcheck tests in the coverage runEelco Dolstra
2023-08-18Fixing #7479John Ericson
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-06-22libexpr: extend `Value::print` to allow limited depthYingchi Long
2023-06-22libexpr: add tests for `nix::Value::print`Yingchi Long
2023-05-15Fix some bounds in rapid check instancesJohn Ericson
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
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-10Parse string context elements properlyJohn Ericson