Go unit tests failing
Open
- Dominant language
- Go
- Stars
- 15
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
#62 introduced a Go implementation of the CLI and includes external tests. However, the Go implementation includes some unit tests which should be executable with `go test`.
One of these fails due to the current directory not being what it expects (probably a bug in the test), so I left the `test` target out of the default actions in the Makefile. It should be fixed and the tests enabled.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.