summary refs log tree commit diff
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-18lib: Fix systems test for new `armv6l-none`John Ericson1-1/+1
2020-02-10lib/tests/misc.nix: Don't make a copy on NixpkgsEelco Dolstra1-1/+1
2020-02-10lib/tests/misc.nix: Fix dependency on currentSystemEelco Dolstra1-1/+1
2020-01-23lib/cli,lib/tests/misc: somewhat more standard formattingProfpatsch1-35/+26
2020-01-23lib/cli: encodeGNUCommandLine -> toGNUCommandLineShellProfpatsch1-2/+27
2020-01-14Merge pull request #75539 from Gabriel439/gabriel/renderOptionsRobert Hensing1-0/+21
2020-01-12Merge pull request #76861 from Infinisil/paths-as-submodulesRobert Hensing1-2/+1
2020-01-10lib/tests: Add tests for attrsOf and lazyAttrsOfSilvan Mosberger5-0/+35
2020-01-10lib/tests: Fix module testsSilvan Mosberger1-9/+3
2020-01-10lib/tests: Add test case for imports from derivationsSilvan Mosberger2-1/+21
2020-01-09Merge pull request #76857 from Infinisil/recursive-disableModulesSilvan Mosberger6-0/+38
2020-01-09lib/tests: Add tests for recursive disabledModulesSilvan Mosberger6-0/+38
2020-01-08lib/types: Allow paths as submodule valuesSilvan Mosberger1-2/+1
2020-01-06lib/tests: remove strictly loaOf tests and rebase on attrsOfrnhmjoj23-103/+59
2020-01-05Factor out a `toGNUCommandLine` utilityGabriel Gonzalez1-1/+1
2020-01-03lib/tests: Temporarily disable submodule path testSilvan Mosberger1-1/+2
2020-01-02Module system improvements for NixOS as a submodule (#75031)Silvan Mosberger8-0/+110
2020-01-02lib/tests: Add submoduleWith testsSilvan Mosberger8-0/+110
2019-12-15Use a more realistic example that exercises all encodingsGabriel Gonzalez1-6/+10
2019-12-13Make behavior of `encodeGNUCommandLine` customizableGabriel Gonzalez1-0/+1
2019-12-13Rename `renderOptions` to `encodeGNUCommandLine`Gabriel Gonzalez1-1/+1
2019-12-11Add `pkgs.lib.renderOptions`Gabriel Gonzalez1-0/+16
2019-11-25Merge branch 'ghcjs-cross-without-cc-19.09' into ghcjs-cross-without-ccJohn Ericson1-1/+1
2019-11-25Fix lib testsJohn Ericson1-1/+1
2019-10-21lib/trivial: add `pipe` functionProfpatsch1-0/+25
2019-10-01Merge pull request #70194 from obsidiansystems/lib-more-armMatthew Bauer1-2/+2
2019-10-01lib: Add armv7a-linux to doubles.nixJohn Ericson1-2/+2
2019-09-26lib: basic tests for lib.versionsJoachim Fasting1-0/+15
2019-08-06lib/types: Add oneOf, extension of either to a list of typesSilvan Mosberger3-0/+23
2019-07-11make-tarball / lib-tests: reduce duplicationFrederik Rietdijk1-11/+4
2019-07-10Revert "Revert "systems/doubles.nix: add Apple doubles""Matthew Bauer1-3/+3
2019-06-04systems: fix lib-testsMatthew Bauer1-5/+5
2019-04-25tests/systems: fix testsMatthew Bauer1-1/+1
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)illabout3-3/+3
2019-01-06Add test that shows that the aliases are able to override options.(cdep)illabout2-0/+55
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)illabout2-0/+55
2018-12-30Remove composableDerivation, closes #18763Frederik Rietdijk1-38/+0
2018-10-20lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson1-1/+1
2018-10-18tests/systems.nix: fix testsMatthew Bauer1-14/+15
2018-10-15generators: make toPretty handle floats correctlyLéo Gaspard1-0/+2
2018-09-18Merge pull request #46336 from Infinisil/overrideExistingJörg Thalheim1-0/+14
2018-09-17lib/tests: Add overrideExisting testsSilvan Mosberger1-0/+14
2018-09-16Merge pull request #36287 from shlevy/lib-tests-defaultGraham Christensen1-0/+7
2018-09-06Merge branch 'no-toPath'Shea Levy1-2/+2
2018-08-28hurd: cleanup unmaintained targetJörg Thalheim1-1/+1
2018-08-15lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch1-0/+24
2018-07-20[bot]: remove unreferenced codevolth1-4/+0
2018-06-10lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth1-0/+15