summary refs log tree commit diff
path: root/nixos/doc/manual/development/linking-nixos-tests-to-packages.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/development/linking-nixos-tests-to-packages.section.md')
-rw-r--r--nixos/doc/manual/development/linking-nixos-tests-to-packages.section.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/development/linking-nixos-tests-to-packages.section.md b/nixos/doc/manual/development/linking-nixos-tests-to-packages.section.md
new file mode 100644
index 00000000000..38a64027f7c
--- /dev/null
+++ b/nixos/doc/manual/development/linking-nixos-tests-to-packages.section.md
@@ -0,0 +1,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).