gotest

command module
v1.0.13-0...-170e638 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2020 License: BSD-3-Clause Imports: 14 Imported by: 0

README

gotest

Like go test but with colors.

What is gotest

gotest will do the same as go test, but with colors.

it will show:

  • a clickable file & line number on a fail for easy fixing
  • the total of fails
  • the busy time

Installation

$ go get -u github.com/marcelloh/gotest

or get a specific version, like this:

$ go get -u github.com/marcelloh/gotest@v1.0.10

Usage

Accepts all the arguments and flags go test works with.

Example:

$ gotest -v ./...

Extra

If "loop" is the last argument, it will keep running and watch file changes. (not for new files!)

Example:

$ gotest ./... loop

Documentation

Overview

gotest is a tiny program that shells out to `go test` and prints the output in color.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL