tests: add missing test suite descriptions

This commit is contained in:
Dan Anglin 2023-12-04 23:19:53 +00:00
parent ec8824682d
commit 904a2919f6
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import (
)
func TestDay1Trebuchet(t *testing.T) {
t.Logf("This is the test suite for Advent of Code - Day 1 - Trebuchet?!")
t.Run("Test the solution for Part 1", testPartOneCalculateSumCalibrationValues)
t.Run("Test the solution for Part 2", testPartTwoCalculateSumCalibrationValues)
}

View file

@ -6,6 +6,8 @@ import (
)
func TestDay2CubeConundrum(t *testing.T) {
t.Logf("This is the test suite for Advent of Code - Day 2 - Cube Conundrum")
testGames := `
Game 1: 3 blue, 4 red; 1 red, 2 green, 6 blue; 2 green
Game 2: 1 blue, 2 green; 3 green, 4 blue, 1 red; 1 green, 1 blue