mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
7 lines
346 B
Markdown
7 lines
346 B
Markdown
|
# 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).
|