Commit 294d0d8
test(mcp-augment): register test fixtures and update tests
- canonical_configs.json: add augment entry (stdio config with type field)
- host_registry.py: AUGMENT_FIELDS in FIELD_SETS, AugmentAdapter in get_adapter(),
AUGMENT_FIELDS added to all_possible_fields union for filter test generation
- test_adapter_registry.py: add "augment" to expected default hosts set
Auto-generates 19+ new test cases: 1 host-config roundtrip, 19 cross-host
sync pairs (10x10 - 9x9), 1 transport mutual exclusion, ~28 field filtering.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 367b736 commit 294d0d8
File tree
3 files changed
+14
-0
lines changed- tests
- test_data/mcp_adapters
- unit/mcp
3 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
78 | 86 | | |
79 | 87 | | |
80 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
355 | 359 | | |
356 | 360 | | |
357 | 361 | | |
| 362 | + | |
358 | 363 | | |
359 | 364 | | |
360 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments