Artturin
a23fbeb6e8
testers.testVersion: if grep failed then print the output of the command
2022-05-16 16:16:35 +03:00
Robert Hensing
c3bbe1d9c7
testers.nixosTest: Remove redundant system.stateVersion = lib.trivial.release;
...
Already present in nixos/modules/testing/test-instrumentation.nix,
which is imported by the test framework.
2022-05-09 14:33:49 +02:00
Robert Hensing
ebf0465d09
Merge remote-tracking branch 'upstream/master' into testers
2022-05-09 14:27:13 +02:00
Robert Hensing
93abb7bef7
tests.testers.nixosTest-example: move from tests.nixos-functions.nixosTest-test
...
And improve the test a bit, to assert correct wiring of `pkgs`.
2022-05-09 14:21:56 +02:00
Robert Hensing
7edb414660
testers.nixosTest: Move from top-level and improve docs
2022-05-05 12:48:47 +02:00
Robert Hensing
c071530ca5
testers.invalidateFetcherByDrvHash: Move from top-level
2022-05-05 12:08:50 +02:00
Artturin
41808d42d2
doc: move testers to their own chapter
2022-04-22 16:24:29 +03:00
Artturin
3cc2e86bab
testers: convert to a format that is kind of compatible with nixdoc
...
Examples: support has to be added to https://github.com/nix-community/nixdoc
'nixdoc --category testers --description "nixpkgs testers" --file ./pkgs/build-support/testers/default.nix'
2022-04-22 16:24:29 +03:00
Artturin
250ef1ff39
testers.testVersion: move from trivial-builders.nix
...
we will have more testers in the future so they should have their own
location
putting 'testers' in args will also make it simpler to use multiple testers
2022-04-22 16:22:40 +03:00
Artturin
52a744b7f8
testers.testEqualDerivation: move from build-support/test-equal-derivation.nix
2022-04-20 15:44:40 +03:00