From d2785b5f6bcc821346d21fee505e27c5878e55cd Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 6 Aug 2024 14:48:24 +0800 Subject: [PATCH] feat: testing --- docs/zh/other-usage-of-flakes/testing.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/zh/other-usage-of-flakes/testing.md b/docs/zh/other-usage-of-flakes/testing.md index 6c96b5a..774c4bf 100644 --- a/docs/zh/other-usage-of-flakes/testing.md +++ b/docs/zh/other-usage-of-flakes/testing.md @@ -2,6 +2,18 @@ TODO +## UnitTests + +TODO + +## Integration Tests for NixOS + +TODO + +## How to debug tests? + +TODO + ## References - [Integration testing with NixOS virtual machines - nix.dev](https://nix.dev/tutorials/nixos/integration-testing-using-virtual-machines.html)