about summary refs log tree commit diff
path: root/lib/tests/modules
AgeCommit message (Expand)AuthorFilesLines
2019-08-06lib/types: Add oneOf, extension of either to a list of typesSilvan Mosberger2-0/+14
2019-02-07Fix the documentation for the tests to reflect what is actually happening.(cdep)illabout2-2/+8
2019-01-24lib/modules: Change mkAliasOptionModule to use the priority for the alias.(cdep)illabout2-2/+2
2019-01-06Add test that shows that the aliases are able to override options.(cdep)illabout1-0/+52
2019-01-04lib/modules: Add a function to create an option alias that respects the priority(cdep)illabout1-1/+1
2019-01-04Add a failing test for mkAliasOptionModule.(cdep)illabout1-0/+52
2018-05-07lib.types: fix loaOf behavior for long listsRobert Helgesson2-0/+38
2018-05-06lib/types: Add coercedTo unsound testsSilvan Mosberger3-0/+16
2017-11-05lib/types: add `ints.positive`.Profpatsch2-0/+12
2017-11-05lib/types: update docs to match the new type namesProfpatsch4-0/+24
2017-03-03modules: add support for module replacement with disabledModulesDaiderd Jordan4-0/+16
2017-03-01Revert "modules: add support for module replacement with disabledModules"Vladimír Čunát4-16/+0
2017-02-28use relative path for module testsDaiderd Jordan1-1/+1
2017-02-28modules: add support for module replacement with disabledModulesDaiderd Jordan4-0/+16
2017-02-02module tests: add tests for coercedToNikolay Amiantov3-0/+16
2015-07-14NixOS modules: Add error context on module arguments evaluation.Nicolas B. Pierron3-1/+13
2015-03-16Add tests for the new module system improvements.Nicolas B. Pierron6-0/+35
2015-02-09Issue #6161 - Add tests for NixOS modules.Nicolas B. Pierron14-0/+99