Skip to content

Commit 2e047fd

Browse files
committed
refactor: Move regression tests to tests top-level package
1 parent f3c576d commit 2e047fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/command/regression_test.go renamed to tests/regression_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package command_test
1+
package tests_test
22

33
import (
44
"context"
@@ -10,6 +10,7 @@ import (
1010

1111
"github.com/obalunenko/advent-of-code/internal/command"
1212
"github.com/obalunenko/advent-of-code/internal/puzzles"
13+
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions" // register puzzles solvers.
1314
)
1415

1516
type args struct {

0 commit comments

Comments
 (0)