File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments