nixpkgs/pkgs/build-support/testers/test
nicoo 244229a8b6 python3Packages.bork: add test using testers.runCommand
This will serve as a “real-world” example, running tests requiring network.
2024-08-08 15:29:15 +00:00
..
default.nix python3Packages.bork: add test using testers.runCommand 2024-08-08 15:29:15 +00:00
README.md

Tests for the testers

cd nixpkgs
nix-build -A tests.testers

Tests generally derive their own correctness from simplicity, which in the case of testers (themselves functions) does not always work out. Hence the need for tests that test the testers.