aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-07-13Simplify the check for overrides on non-existent inputsEelco Dolstra
2022-07-13Add some more completion testsThéophane Hufschmitt
2022-07-13Fix the “out of order” completion testThéophane Hufschmitt
2022-07-12Turn error for non-existant follows into a warningMaximilian Bosch
2022-07-12flakes: throw an error if `follows`-declaration for an input is invalidMaximilian Bosch
2022-07-12Test the tilde expansion for the flake completionThéophane Hufschmitt
2022-07-12Harden the comparisons in the completion testThéophane Hufschmitt
2022-07-12Fix the name of the completions testThéophane Hufschmitt
2022-07-12Add some tests for the CLI completionThéophane Hufschmitt
2022-07-05Add builtins.traceVerboseGytis Ivaskevicius
2022-07-05Merge pull request #6664 from Ma27/innixshell-backwards-compatThéophane Hufschmitt
2022-06-29Merge pull request #6699 from tennox/better-flake-new-error-messageThéophane Hufschmitt
2022-06-29Merge pull request #6233 from flox/nix-repl-flakesThéophane Hufschmitt
2022-06-29Add some test for `nix flake init` with conflictsThéophane Hufschmitt
2022-06-25Merge pull request #6717 from edolstra/move-flake-registryEelco Dolstra
2022-06-24tests: enable ca-derivations for simple.nix in repl testsTom Bereknyei
2022-06-24Merge pull request #6698 from tweag/forbid-tilde-paths-in-pure-modeThéophane Hufschmitt
2022-06-23Fetch flake-registry.json from channels.nixos.orgEelco Dolstra
2022-06-22Enable/fix tests in nix-staticEelco Dolstra
2022-06-22tests/nix-shell: more meaningful testcaseMaximilian Bosch
2022-06-21Forbid the tilde expansion in pure eval modeThéophane Hufschmitt
2022-06-20Add another test for `--exclude` in `nix search`Fishhh
2022-06-15Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-13nix-shell: restore backwards-compat with old nixpkgsMaximilian Bosch
2022-06-13Merge pull request #6027 from Ma27/pure-replEelco Dolstra
2022-06-11fix sourcehut brach/tag resolving regressionGabriel Fontes
2022-06-07Merge pull request #6618 from afishhh/search-excludeEelco Dolstra
2022-06-07Use `grep -c` instead of `grep|wc -l` in some `nix search` testsFishhh
2022-06-07Add tests for `--exclude` flag in `nix search`Fishhh
2022-06-07Merge pull request #6598 from cole-h/update-flake-for-realEelco Dolstra
2022-06-07Fix 22.05 eval warningsEelco Dolstra
2022-06-02Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-02Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputsJohn Ericson
2022-06-02TypoEelco Dolstra
2022-06-02tests/flakes.sh: Fix some ignored breakageEelco Dolstra
2022-05-31repl: `--option pure-eval true` actually enables pure eval modeMaximilian Bosch
2022-05-31tests/nss-preload: move nix-fetch bindingCole Helbling
2022-05-25Handle EOFs in string literals correctlyEelco Dolstra
2022-05-20Apply suggestions from code reviewtomberek
2022-05-20repl: add repl-flake experimental feature for gatingTom Bereknyei
2022-05-20repl: fix tests to run on any testing storeTom Bereknyei
2022-05-20Add some tests for the new REPL cliThéophane Hufschmitt
2022-05-19fetchTree: Allow fetching plain filesTony Olagbaiye
2022-05-18Merge pull request #6544 from ncfavier/getFlake-no-write-lock-fileThéophane Hufschmitt
2022-05-18Do not attempt to write a lock file in builtins.getFlakeNaïm Favier
2022-05-13Integrate review changesEli Kogan-Wang
2022-05-12Use `^` not `!` in indexed store derivations installable syntaxJohn Ericson
2022-05-12Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputsJohn Ericson
2022-05-11Add priority for nix profile installEli Kogan-Wang
2022-05-05Merge pull request #6489 from alexshpilkin/fix-6488Eelco Dolstra