We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4638a8c commit 0fca25bCopy full SHA for 0fca25b
TEST-NEEDS.md
@@ -0,0 +1,26 @@
1
+# TEST-NEEDS.md — formatrix-docs
2
+
3
+## CRG Grade: C — ACHIEVED 2026-04-04
4
5
+## Current Test State
6
7
+| Category | Count | Notes |
8
+|----------|-------|-------|
9
+| Test files | 1 | Current state |
10
11
+## What's Covered
12
13
+- [x] 1 existing test file(s)
14
+- [x] Zig FFI integration tests
15
16
+## Still Missing (for CRG B+)
17
18
+- [ ] CI/CD test automation
19
+- [ ] Property-based tests
20
+- [ ] Edge case coverage
21
22
+## Run Tests
23
24
+```bash
25
+cd ffi/zig && zig build test
26
+```
0 commit comments