Skip to content

Commit 07f5160

Browse files
committed
docs: add TEST-NEEDS.md (CRG C)
1 parent a59f906 commit 07f5160

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

TEST-NEEDS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# TEST-NEEDS.md — vscode-a2ml
2+
3+
## CRG Grade: C — ACHIEVED 2026-04-04
4+
5+
## Current Test State
6+
7+
| Category | Count | Notes |
8+
|----------|-------|-------|
9+
| Test infrastructure | Present | `tests/` directory structure |
10+
| FFI tests | Present | `src/interface/ffi/test/` |
11+
| Verification tests | Present | `verification/tests/` |
12+
| Aspect modules | Present | `src/aspects/` |
13+
14+
## What's Covered
15+
16+
- [x] Test framework infrastructure
17+
- [x] FFI verification layer
18+
- [x] Aspect-based organization
19+
20+
## Still Missing (for CRG B+)
21+
22+
- [ ] A2ML language syntax tests
23+
- [ ] VSCode extension integration tests
24+
- [ ] Highlighting tests
25+
- [ ] Performance benchmarks
26+
- [ ] End-to-end editor tests
27+
28+
## Run Tests
29+
30+
```bash
31+
cd /var/mnt/eclipse/repos/vscode-a2ml && npm test
32+
```

0 commit comments

Comments
 (0)