Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mtojek/gotest

Receive "go test" output immediately
https://github.com/mtojek/gotest

Last synced: 27 days ago
JSON representation

Receive "go test" output immediately

Awesome Lists containing this project

README

        

# gotest

Receive *go test* output immediately

## Getting started

Traditional *go test* command buffers the output, so you can't preview real-time logs during test execution.

Try the following command to see them immediately:

```bash
$ gotest.sh ./...
```

## Requirements

* jq