Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
internal/testrunner: remove unused type
  • Loading branch information
efd6 committed Sep 16, 2025
commit 3de3955b0c5a8afa5a3358b20a18c85476a1ae2b
2 changes: 0 additions & 2 deletions internal/testrunner/testrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ type Tester interface {
Parallel() bool
}

type TesterFactory func(TestFolder) (Tester, error)

// TestRunner is the interface test runners that require a global initialization must implement.
type TestRunner interface {
// Type returns the test runner's type.
Expand Down