summary refs log tree commit diff
path: root/lib/tests
Commit message (Collapse)AuthorAge
* lib/generators: put more information in toPretty lambdasProfpatsch2017-06-22
| | | | | | With `builtins.functionArgs` we can get some information if the first argument is an attrset and whether the contained fields have default values. Encode that into the pretty-printed lambda.
* lib/generators: toPrettyProfpatsch2017-06-22
| | | | `toPretty` implements a pretty printer for nix values.
* lib-tests: fix test for isStorePathDaiderd Jordan2017-06-09
|
* Add `isStorePath` tests (#26223)Profpatsch2017-05-30
|
* lib tests: Simplify relative path for default argumentJohn Ericson2017-05-21
|
* lib: Consolidate tests into one meta jobJohn Ericson2017-05-17
|
* lib: Fix preexisting bugs in old platforms code (now bugs in tests)John Ericson2017-04-17
| | | | Warning, this changes the compatibility claims of existing packages!
* lib: Fix system parsing, and use for doubles listsJohn Ericson2017-04-17
| | | | | | | The old hard-coded lists are now used to test system parsing. In the process, make an `assertTrue` in release lib for eval tests; also use it in release-cross
* modules: add support for module replacement with disabledModulesDaiderd Jordan2017-03-03
| | | | | | | | This is based on a prototype Nicolas B. Pierron worked on during a discussion we had at FOSDEM. A new version with a workaround for problems of the reverted original. Discussion: https://github.com/NixOS/nixpkgs/commit/3f2566689
* Revert "modules: add support for module replacement with disabledModules"Vladimír Čunát2017-03-01
| | | | | This reverts commit 3f2566689d14f1d7778d55ca807d1dad2f4695d1 for now. Evaluation of the tested job got broken, blocking nixos-unstable.
* use relative path for module testsDaiderd Jordan2017-02-28
|
* modules: add support for module replacement with disabledModulesDaiderd Jordan2017-02-28
| | | | | This is based on a prototype Nicolas B. Pierron worked on during a discussion we had at FOSDEM.
* modules lib: type description in type error messageNikolay Amiantov2017-02-03
|
* module tests: add tests for coercedToNikolay Amiantov2017-02-02
|
* Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson2016-06-22
|
* lib: alphabetize thingszimbatm2016-02-26
|
* NixOS modules: Add error context on module arguments evaluation.Nicolas B. Pierron2015-07-14
|
* Add tests for the new module system improvements.Nicolas B. Pierron2015-03-16
|
* Issue #6161 - Register lib tests as release blockers.Nicolas B. Pierron2015-02-09
|
* Issue #6161 - Add tests for NixOS modules.Nicolas B. Pierron2015-02-09