unity-mcp/TestProjects
dsarno b555550d62
Fix CodexConfigHelperTests to account for --prerelease argument in uvx command (#652)
The uvx command now includes --prerelease and explicit arguments before --from
due to beta server mode support. Updated test assertions to check for the
correct argument order:

Before: [--from, mcpforunityserver>=0.0.0a0, mcp-for-unity, ...]
After:  [--prerelease, explicit, --from, mcpforunityserver>=0.0.0a0, mcp-for-unity, ...]

Updated tests:
- BuildCodexServerBlock_OnWindows_IncludesSystemRootEnv
- BuildCodexServerBlock_OnNonWindows_ExcludesEnv
- UpsertCodexServerBlock_OnWindows_IncludesSystemRootEnv
- UpsertCodexServerBlock_OnNonWindows_ExcludesEnv

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-29 15:54:44 -08:00
..
AssetStoreUploads Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
UnityMCPTests Fix CodexConfigHelperTests to account for --prerelease argument in uvx command (#652) 2026-01-29 15:54:44 -08:00