about summary refs log tree commit diff
path: root/lib/tests/modules
AgeCommit message (Expand)AuthorFilesLines
2020-09-15lib/tests: Add tests for types.anythingSilvan Mosberger6-0/+137
2020-08-14lib/modules: Add syntactic sugar for config._module.freeformTypeSilvan Mosberger2-2/+2
2020-08-03lib/tests: Add tests for freeform modulesSilvan Mosberger6-0/+41
2020-07-31lib/*: editorconfig fixeszowoq1-1/+1
2020-03-19lib/tests: Check for nested option-dependent definitionsSilvan Mosberger3-0/+39
2020-03-19Revert "lib/modules: Throw better error when definitions assign to an option ...Silvan Mosberger1-3/+0
2020-03-18Merge pull request #82751 from Infinisil/minor-module-improvementsRobert Hensing1-0/+3
2020-03-18lib/modules: Throw better error when definitions assign to an option setSilvan Mosberger1-0/+3
2020-03-17lib/modules: Test the ability for config to depend on options for compatibilityRobert Hensing1-0/+16
2020-01-10lib/tests: Add tests for attrsOf and lazyAttrsOfSilvan Mosberger4-0/+26
2020-01-10lib/tests: Fix module testsSilvan Mosberger1-9/+3
2020-01-10lib/tests: Add test case for imports from derivationsSilvan Mosberger1-0/+17
2020-01-09Merge pull request #76857 from Infinisil/recursive-disableModulesSilvan Mosberger5-0/+32
2020-01-09lib/tests: Add tests for recursive disabledModulesSilvan Mosberger5-0/+32
2020-01-06lib/tests: remove strictly loaOf tests and rebase on attrsOfrnhmjoj22-72/+34
2020-01-02lib/tests: Add submoduleWith testsSilvan Mosberger7-0/+92
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