From 5674b630243898098be72c44fd6e1ce2bd257e8e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 13 Mar 2024 23:18:14 +0800 Subject: [PATCH] docs: tests --- outputs/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/outputs/README.md b/outputs/README.md index fed7457b..9130d2f0 100644 --- a/outputs/README.md +++ b/outputs/README.md @@ -9,7 +9,12 @@ otherwise, it will be difficult to manage and maintain them. ## Tests -We have two types of tests: eval tests and nixos tests. +Testing is not necessary when your configuration is not complex, +but with the increase in the number and configuration of your machines, testing becomes more and more important. + +We have two types of tests: eval tests and nixos tests, +both of which can help us detect many obscure errors early, +so as to avoid testing directly in the real world, and to avoid failures in personal computers and even corporate online environments. Related projects & docs: