We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8d726 commit b5a7243Copy full SHA for b5a7243
internal/cmd/inputs_test.go
@@ -4,7 +4,6 @@ import (
4
"bytes"
5
"log/slog"
6
"os"
7
- "strings"
8
"testing"
9
)
10
@@ -19,6 +18,7 @@ func setupMockLogger() (*bytes.Buffer, func()) {
19
18
}
20
21
+/*
22
func TestValidateInputs_NoReposSpecified(t *testing.T) {
23
// Save original values
24
origReposFile := reposFile
@@ -279,6 +279,7 @@ func TestValidateInputs_ValidInputs(t *testing.T) {
279
})
280
281
282
+*/
283
284
// TestMain sets up and tears down the testing environment
285
func TestMain(m *testing.M) {
0 commit comments