nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 8 lines 262 B view raw view rendered
1# Tests _for the testers_ 2 3 cd nixpkgs 4 nix-build -A tests.testers 5 6Tests generally derive their own correctness from simplicity, which in the 7case of testers (themselves functions) does not always work out. 8Hence the need for tests that test the testers.