Commit 252c146
docs: clarify test aggregator pattern in AGENTS.md
Replace the imprecise "tests are disabled by default and activated
only in test bundles" line with an accurate description of the
aggregator pattern: `xtext.test/AllTests.java` is a JUnit 5 @suite
that pulls in ~14 per-module *TestSuite classes, running all tests
in a single Eclipse OSGi runtime. Document why flipping <skip>false</skip>
in other .test modules fails and shouldn't be done.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7069be3 commit 252c146
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
| |||
0 commit comments