test: classify prerequisite lanes and own Avalonia sessions

This commit is contained in:
Erik 2026-08-18 11:30:47 +02:00
parent c1a905004a
commit 3684e7b5e7
113 changed files with 273 additions and 22 deletions

View file

@ -31,6 +31,7 @@ namespace AcDream.Core.Tests.Rendering;
/// CellPortal.PolygonId indexes CellStruct.Polygons (VISUAL), never
/// PhysicsPolygons — same ids in both tables are unrelated polygons.
/// </summary>
[Trait("Lane", "InstalledDat")]
public class Issue176177DungeonSeamInspectionTests
{
private readonly ITestOutputHelper _out;

View file

@ -26,6 +26,7 @@ namespace AcDream.Core.Tests.Rendering;
/// fountain room and its immediate neighbors observed this session, so the answer
/// is read from the dat directly instead of inferred from aggregate counts.
/// </summary>
[Trait("Lane", "InstalledDat")]
public class Issue93TownNetworkFountainRoomLightInspectionTests
{
private readonly ITestOutputHelper _out;