Testing
By the end of this guide, you will:
-
Test UPDATE functions as pure functions (input → output)
-
Mock or stub commands to avoid touching network/filesystem
-
Use
inject_key/inject_synchelpers to test with real commands -
Assert VIEW output using TestHelper
-
Structure test files for maintainability
⚠️ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.