summary refs log tree commit diff
path: root/nixos/doc/manual/development/linking-nixos-tests-to-packages.section.md
blob: 38a64027f7c507837a90493c7177bcb426c29eda (plain) (blame)
1
2
3
4
5
6
# Linking NixOS tests to packages {#sec-linking-nixos-tests-to-packages}

You can link NixOS module tests to the packages that they exercised,
so that the tests can be run automatically during code review when the package gets changed.
This is
[described in the nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#ssec-nixos-tests-linking).