/gotest-to-org

Simple go test report to org-mode transformer

Primary LanguageGoMIT LicenseMIT

gotest-to-org

Simple go test report to org-mode transformer. Sometimes you have a lot of log output in a lot of tests, then this tool might become useful.

Building

go build ./...

Usage

In your go PWD run

$ go test -v ./... > /tmp/gotest.txt

For transformation run:

$ gottorg /tmp/gotest.txt > gotest.org

Author / Contact

Markus Hihn

License

MIT