补齐 package Tests 第一刀

This commit is contained in:
JSD\13999
2026-06-06 16:14:17 +08:00
parent 0930e7c173
commit 7b2243a40b
13 changed files with 334 additions and 169 deletions

View File

@@ -0,0 +1,22 @@
# FlowScope Package Tests
This directory contains the first package-level test slice for FlowScope Game Core.
The current tests are intentionally small. They prove that a package test assembly can reference:
- `FlowScope.Runtime`
- `FlowScope.Addressables`
- Unity Test Framework / NUnit
The full development test suite still lives under `My project/Assets/FlowScope/Tests` during P2 migration. Real Addressables fixture validation also remains in the development project because Addressables settings are project-level assets.
## Current Scope
- `EditMode/PackageSmokeTests.cs`
## Not Migrated Yet
- Full Runtime EditMode tests.
- Full PlayMode tests.
- MainMenuP0 sample tests.
- Real Addressables fixture tests.