everything is broke, gsd is ass
This commit is contained in:
@@ -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: LA→Anaheim→SD
|
||||
|
||||
Reference in New Issue
Block a user