vvvv-testing
Installation
SKILL.md
Testing vvvv gamma Projects
Two Testing Approaches
| Approach | Use Case | Setup |
|---|---|---|
| VL.TestFramework (NUnit) | Package/library authors, CI integration | .csproj test project with NUnit |
| Agent test workflow | Quick verification, ad-hoc debugging | Create test .vl patch, launch vvvv, check results |
VL.TestFramework (NUnit)
Test Project Setup
Create a test .csproj referencing VL.TestFramework: