We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934263f commit b518331Copy full SHA for b518331
1 file changed
internal/arg/arg_test.go
@@ -13,12 +13,6 @@ import (
13
"go.followtheprocess.codes/test"
14
)
15
16
-// TODO(@FollowTheProcess): Again a LOT of this is a straight copy paste from flag to get some confidence
17
-// in the parsing.
18
-//
19
-// I think we should make an internal parse package or something and shunt all of this stuff in there as it's
20
-// really only testing our Set logic.
21
-
22
func TestArgableTypes(t *testing.T) {
23
// We can't do table testing here because Arg[T] is a different type for each test
24
// so we can't do a []Arg[T] which is needed to define the test cases
0 commit comments