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 f054d9b commit e668122Copy full SHA for e668122
1 file changed
TEST-NEEDS.md
@@ -0,0 +1,30 @@
1
+# TEST-NEEDS.md — phronesiser
2
+
3
+## CRG Grade: C — ACHIEVED 2026-04-04
4
5
+## Current Test State
6
7
+| Category | Count | Notes |
8
+|----------|-------|-------|
9
+| Integration tests (Rust) | 1 | `tests/integration_test.rs` |
10
+| Verification tests | Unit-level | `verification/tests/` directory present |
11
+| FFI tests | Present | `src/interface/ffi/test/` |
12
13
+## What's Covered
14
15
+- [x] Integration test framework
16
+- [x] FFI verification layer
17
+- [x] Aspect-based test organization
18
19
+## Still Missing (for CRG B+)
20
21
+- [ ] Property-based testing
22
+- [ ] Fuzzing targets
23
+- [ ] Performance benchmarks
24
+- [ ] Multi-backend test matrix
25
26
+## Run Tests
27
28
+```bash
29
+cd /var/mnt/eclipse/repos/phronesiser && cargo test
30
+```
0 commit comments