We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d5648 commit 76aa954Copy full SHA for 76aa954
1 file changed
TEST-NEEDS.md
@@ -0,0 +1,29 @@
1
+# TEST-NEEDS.md — twingate-helm-deploy
2
+
3
+## CRG Grade: C — ACHIEVED 2026-04-04
4
5
+## Current Test State
6
7
+| Category | Count | Notes |
8
+|----------|-------|-------|
9
+| Zig FFI tests | 1 | `ffi/zig/test/integration_test.zig` |
10
+| Test infrastructure | Present | `tests/` directory structure |
11
12
+## What's Covered
13
14
+- [x] Zig FFI integration tests
15
+- [x] Test framework infrastructure
16
17
+## Still Missing (for CRG B+)
18
19
+- [ ] Helm chart validation tests
20
+- [ ] Twingate connector tests
21
+- [ ] Kubernetes deployment tests
22
+- [ ] Network security property tests
23
+- [ ] Performance benchmarks
24
25
+## Run Tests
26
27
+```bash
28
+cd /var/mnt/eclipse/repos/twingate-helm-deploy && cargo test
29
+```
0 commit comments