Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-29 | More property tests | John Ericson | |
Also put proper comparison methods on `DerivedPath` and `NixStringContextElem`, which is needed for the tests but good in general. | |||
2023-01-29 | Allow unit test infra to be reused across libs' tests | John Ericson | |
This allows using Arbitrary "instances" defined in libstore-tests in libexpr-tests, something we will leverage in a moment. | |||
2023-01-23 | Test store paths, with property tests | John Ericson | |
The property test in fact found a bug: we were excluding numbers! |