summaryrefslogtreecommitdiffstats
path: root/lib/tests
AgeCommit message (Expand)Author
2019-04-25tests/systems: fix testsMatthew Bauer
2019-02-07Fix the documentation for the tests to reflect what is actually happening.(cdep)illabout
2019-01-24lib/modules: Change mkAliasOptionModule to use the priority for the alias.(cdep)illabout
2019-01-06Add test that shows that the aliases are able to override options.(cdep)illabout
2019-01-04lib/modules: Add a function to create an option alias that respects the priority(cdep)illabout
2019-01-04Add a failing test for mkAliasOptionModule.(cdep)illabout
2018-12-30Remove composableDerivation, closes #18763Frederik Rietdijk
2018-10-20lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson
2018-10-18tests/systems.nix: fix testsMatthew Bauer
2018-10-15generators: make toPretty handle floats correctlyLéo Gaspard
2018-09-18Merge pull request #46336 from Infinisil/overrideExistingJörg Thalheim
2018-09-17lib/tests: Add overrideExisting testsSilvan Mosberger
2018-09-16Merge pull request #36287 from shlevy/lib-tests-defaultGraham Christensen
2018-09-06Merge branch 'no-toPath'Shea Levy
2018-08-28hurd: cleanup unmaintained targetJörg Thalheim
2018-08-15lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch
2018-07-20[bot]: remove unreferenced codevolth
2018-06-10lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth
2018-06-05Revert "lib: bitAnd, bitOr, bitXor"Profpatsch
2018-06-02lib: test for bitAnd, bitOr, bitXorvolth
2018-05-22treewide: Remove uses of builtins.toPath.Shea Levy
2018-05-07lib.types: fix loaOf behavior for long listsRobert Helgesson
2018-05-06lib/types: clear up coercedTo descriptionSilvan Mosberger
2018-05-06lib/types: Add coercedTo unsound testsSilvan Mosberger
2018-04-25lib/generators: print paths without quotes & move function downProfpatsch
2018-03-29lib/generators: introduce a sane default for `mkValueString`Profpatsch
2018-03-20Remove obsolete /nix/var/nix/{manifests,channel-cache}Eelco Dolstra
2018-03-09lib.isStorePath: Fix derivation detectionShea Levy
2018-03-08lib-tests: Don't depend on /bin/shShea Levy
2018-03-04lib/tests: Add check-eval.nix to run simple tests.Shea Levy
2018-02-23lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow
2017-11-22lib/generators: add mkValueString to mkKeyValueDefault generatorProfpatsch
2017-11-05lib/types: add `ints.positive`.Profpatsch
2017-11-05lib/types: update docs to match the new type namesProfpatsch
2017-11-05lib/types: add tests for `ints.between` and `ints.unsigned`Profpatsch
2017-06-22lib/generators: put more information in toPretty lambdasProfpatsch
2017-06-22lib/generators: toPrettyProfpatsch
2017-06-09lib-tests: fix test for isStorePathDaiderd Jordan
2017-05-30Add `isStorePath` tests (#26223)Profpatsch
2017-05-21lib tests: Simplify relative path for default argumentJohn Ericson
2017-05-17lib: Consolidate tests into one meta jobJohn Ericson
2017-04-17lib: Fix preexisting bugs in old platforms code (now bugs in tests)John Ericson
2017-04-17lib: Fix system parsing, and use for doubles listsJohn Ericson
2017-03-03modules: add support for module replacement with disabledModulesDaiderd Jordan
2017-03-01Revert "modules: add support for module replacement with disabledModules"Vladimír Čunát
2017-02-28use relative path for module testsDaiderd Jordan
2017-02-28modules: add support for module replacement with disabledModulesDaiderd Jordan
2017-02-03modules lib: type description in type error messageNikolay Amiantov
2017-02-02module tests: add tests for coercedToNikolay Amiantov
2016-06-22Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson