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)