about summary refs log tree commit diff
path: root/lib/tests/modules.sh
AgeCommit message (Expand)AuthorFilesLines
2019-08-06lib/types: Add oneOf, extension of either to a list of typesSilvan Mosberger1-0/+9
2019-01-24lib/modules: Change mkAliasOptionModule to use the priority for the alias.(cdep)illabout1-1/+1
2019-01-06Add test that shows that the aliases are able to override options.(cdep)illabout1-0/+3
2019-01-04Add a failing test for mkAliasOptionModule.(cdep)illabout1-0/+3
2018-05-07lib.types: fix loaOf behavior for long listsRobert Helgesson1-0/+6
2018-05-06lib/types: clear up coercedTo descriptionSilvan Mosberger1-2/+2
2018-05-06lib/types: Add coercedTo unsound testsSilvan Mosberger1-0/+5
2017-11-05lib/types: add `ints.positive`.Profpatsch1-0/+2
2017-11-05lib/types: add tests for `ints.between` and `ints.unsigned`Profpatsch1-1/+9
2017-03-03modules: add support for module replacement with disabledModulesDaiderd Jordan1-0/+8
2017-03-01Revert "modules: add support for module replacement with disabledModules"Vladimír Čunát1-8/+0
2017-02-28modules: add support for module replacement with disabledModulesDaiderd Jordan1-0/+8
2017-02-03modules lib: type description in type error messageNikolay Amiantov1-1/+1
2017-02-02module tests: add tests for coercedToNikolay Amiantov1-0/+5
2015-07-14NixOS modules: Add error context on module arguments evaluation.Nicolas B. Pierron1-2/+10
2015-03-16Add tests for the new module system improvements.Nicolas B. Pierron1-0/+25
2015-02-09Issue #6161 - Register lib tests as release blockers.Nicolas B. Pierron1-15/+16
2015-02-09Issue #6161 - Add tests for NixOS modules.Nicolas B. Pierron1-0/+93