Skip to content
  • Paul John King's avatar
    give tests name Test_«type»_«function» · 44a56c11
    Paul John King authored
    Although this violates the Go naming conventions, it is not illegal, and it
    makes the output of `go test -v` easier to read -- the user (human or not) can
    better determine which type is being tested.
    44a56c11