go-test-runner icon indicating copy to clipboard operation
go-test-runner copied to clipboard

Results 5 go-test-runner issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/exercism/go-test-runner/issues/80 This commit also supports arbitrary test data variable name when test function includes multiple assignments. Recreate the PR from @junedev suggestion in https://github.com/exercism/go-test-runner/pull/105#issuecomment-1737833876

hacktoberfest-accepted
x:rep/large

**local go version**: go1.20.6 linux/amd64 **exercise**: [Bank Account in Go](https://github.com/exercism/go/tree/main/exercises/practice/bank-account) I _may_ have found an infrastructure bug. My tests timed out on the server, but couldn't find where I was...

The commands `print`, `fmt.Print`, `fmt.Printf` and maybe others currently destroy the output of `go test --json` as they have no final newline. We should report that to be fixed in...

x:action/fix
x:knowledge/elementary
x:module/test-runner
x:type/coding
x:size/medium

For practice exercises that have a generator, the list of test cases is written into a separate file `cases_test.go` currently because this is easier to do for the generator then...

x:action/improve
x:knowledge/intermediate
x:module/test-runner
x:type/coding
x:size/medium
x:rep/large

According to the [test runner interface](https://exercism.org/docs/building/tooling/test-runners/interface) there is a distinction to be made between the `Message` (error message in case the test failed) and `Output` (the output of the test...

x:action/improve
x:knowledge/elementary
x:module/test-runner
x:type/coding
x:size/medium