Skip to content

Commit b518331

Browse files
Tick off a TODO
1 parent 934263f commit b518331

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

internal/arg/arg_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ import (
1313
"go.followtheprocess.codes/test"
1414
)
1515

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-
2216
func TestArgableTypes(t *testing.T) {
2317
// We can't do table testing here because Arg[T] is a different type for each test
2418
// so we can't do a []Arg[T] which is needed to define the test cases

0 commit comments

Comments
 (0)