everything is broke, gsd is ass

This commit is contained in:
Trey t
2026-01-10 16:20:13 -06:00
parent a863a9987f
commit 44952140c8
27 changed files with 112827 additions and 18438 deletions

View File

@@ -13,6 +13,7 @@ import CoreLocation
// MARK: - ScenarioAPlanner Swift Tests
@Suite(.serialized)
struct ScenarioAPlannerSwiftTests {
// MARK: - Test Data Helpers
@@ -296,7 +297,7 @@ struct ScenarioAPlannerSwiftTests {
#expect(firstGameDate == stopArrival)
}
@Test("stop departure date is last game date")
@Test
func plan_StopDepartureDate_IsLastGameDate() {
let stadium = makeStadium(city: "Chicago", latitude: 41.8781, longitude: -87.6298)
@@ -489,7 +490,7 @@ struct ScenarioAPlannerSwiftTests {
#expect(twoStopOption?.stops[1].city == "San Francisco")
}
@Test("handles many games efficiently")
@Test
func plan_ManyGames_HandledEfficiently() {
var stadiums: [Stadium] = []
var games: [Game] = []
@@ -940,7 +941,7 @@ struct ScenarioAPlannerSwiftTests {
}
}
@Test("three same-day games picks feasible combinations")
@Test
func plan_ThreeSameDayGames_PicksFeasibleCombinations() {
// LA 1pm, Anaheim 4pm (30mi), San Diego 7pm (90mi from Anaheim)
// Feasible: LAAnaheimSD