0mbi / gotest-to-org

Simple go test report to org-mode transformer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple go test report to org-mode transformer

License:MIT License


Languages

Language:Go 100.0%