Home Explore Blog CI



nixpkgs

pkgs/build-support/testers/test/README.md
0192efddcf3e8399c6f82e7b8e31b45365f20aeb6e0834260000000300000106
# 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.

Chunks
ad88e7fb (1st chunk of `pkgs/build-support/testers/test/README.md`)
Title: Testing the Testers in Nixpkgs
Summary
This section discusses the need for tests that specifically test the 'testers' within the Nixpkgs framework. Because testers are functions, their correctness isn't always self-evident through simplicity, thus necessitating dedicated tests to ensure they function as expected.