aboutsummaryrefslogtreecommitdiff
path: root/lib/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/types: Add oneOf, extension of either to a list of typesSilvan Mosberger2019-08-063-0/+23
* make-tarball / lib-tests: reduce duplicationFrederik Rietdijk2019-07-111-11/+4
* Revert "Revert "systems/doubles.nix: add Apple doubles""Matthew Bauer2019-07-101-3/+3
* systems: fix lib-testsMatthew Bauer2019-06-041-5/+5
* tests/systems: fix testsMatthew Bauer2019-04-251-1/+1
* Fix the documentation for the tests to reflect what is actually happening.(cdep)illabout2019-02-072-2/+8
* lib/modules: Change mkAliasOptionModule to use the priority for the alias.(cdep)illabout2019-01-243-3/+3
* Add test that shows that the aliases are able to override options.(cdep)illabout2019-01-062-0/+55
* lib/modules: Add a function to create an option alias that respects the priority(cdep)illabout2019-01-041-1/+1
* Add a failing test for mkAliasOptionModule.(cdep)illabout2019-01-042-0/+55
* Remove composableDerivation, closes #18763Frederik Rietdijk2018-12-301-38/+0
* lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson2018-10-201-1/+1
* tests/systems.nix: fix testsMatthew Bauer2018-10-181-14/+15
* generators: make toPretty handle floats correctlyLéo Gaspard2018-10-151-0/+2
* Merge pull request #46336 from Infinisil/overrideExistingJörg Thalheim2018-09-181-0/+14
|\
| * lib/tests: Add overrideExisting testsSilvan Mosberger2018-09-171-0/+14
* | Merge pull request #36287 from shlevy/lib-tests-defaultGraham Christensen2018-09-161-0/+7
|\ \ | |/ |/|
| * lib/tests: Add check-eval.nix to run simple tests.Shea Levy2018-03-041-0/+7
* | Merge branch 'no-toPath'Shea Levy2018-09-061-2/+2
|\ \
| * | treewide: Remove uses of builtins.toPath.Shea Levy2018-05-221-2/+2
* | | hurd: cleanup unmaintained targetJörg Thalheim2018-08-281-1/+1
* | | lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch2018-08-151-0/+24
* | | [bot]: remove unreferenced codevolth2018-07-201-4/+0
* | | lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth2018-06-101-0/+15
* | | Revert "lib: bitAnd, bitOr, bitXor"Profpatsch2018-06-051-15/+0
* | | lib: test for bitAnd, bitOr, bitXorvolth2018-06-021-0/+15
|/ /
* | lib.types: fix loaOf behavior for long listsRobert Helgesson2018-05-073-0/+44
* | lib/types: clear up coercedTo descriptionSilvan Mosberger2018-05-061-2/+2
* | lib/types: Add coercedTo unsound testsSilvan Mosberger2018-05-064-0/+21
* | lib/generators: print paths without quotes & move function downProfpatsch2018-04-251-3/+5
* | lib/generators: introduce a sane default for `mkValueString`Profpatsch2018-03-291-0/+26
* | Remove obsolete /nix/var/nix/{manifests,channel-cache}Eelco Dolstra2018-03-201-1/+0
* | lib.isStorePath: Fix derivation detectionShea Levy2018-03-091-0/+2
* | lib-tests: Don't depend on /bin/shShea Levy2018-03-081-1/+1
|/
* lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow2018-02-231-2/+2
* lib/generators: add mkValueString to mkKeyValueDefault generatorProfpatsch2017-11-221-1/+1
* lib/types: add `ints.positive`.Profpatsch2017-11-053-0/+14
* lib/types: update docs to match the new type namesProfpatsch2017-11-054-0/+24
* lib/types: add tests for `ints.between` and `ints.unsigned`Profpatsch2017-11-051-1/+9
* lib/generators: put more information in toPretty lambdasProfpatsch2017-06-221-0/+2
* lib/generators: toPrettyProfpatsch2017-06-221-0/+30
* lib-tests: fix test for isStorePathDaiderd Jordan2017-06-091-1/+1
* Add `isStorePath` tests (#26223)Profpatsch2017-05-301-4/+34
* lib tests: Simplify relative path for default argumentJohn Ericson2017-05-211-1/+1
* lib: Consolidate tests into one meta jobJohn Ericson2017-05-173-40/+331
* lib: Fix preexisting bugs in old platforms code (now bugs in tests)John Ericson2017-04-171-2/+2
* lib: Fix system parsing, and use for doubles listsJohn Ericson2017-04-172-24/+64
* modules: add support for module replacement with disabledModulesDaiderd Jordan2017-03-035-0/+24
* Revert "modules: add support for module replacement with disabledModules"Vladimír Čunát2017-03-015-24/+0
* use relative path for module testsDaiderd Jordan2017-02-281-1/+1