Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mtojek/gotest
- Owner: mtojek
- License: apache-2.0
- Created: 2019-07-03T09:39:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T09:55:41.000Z (over 5 years ago)
- Last Synced: 2024-10-27T05:47:33.384Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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