testit

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2021 License: MIT Imports: 10 Imported by: 0

README

👨‍🍳 testit

Extended testing toolset, taste it.

Build Documentation Quality Template Coverage Mirror

💡 Idea

$ testit go compile ./...
# -> go test -run ^Fake$$ ./... | { grep -v 'no test files' | grep -v 'no tests to run' || true }
$ testit go --abspath --colored --stacked [testflag]
# -> gotest [testflag] |& panicparse | sed // with color preserve and relative → absolute replacement

A full description of the idea is available here.

🏆 Motivation

...

🤼‍♂️ How to

...

🧩 Installation

Homebrew
$ brew install octolab/tap/testit
Binary
$ curl -sSfL https://raw.githubusercontent.com/octolab/testit/master/bin/install | sh
# or
$ wget -qO-  https://raw.githubusercontent.com/octolab/testit/master/bin/install | sh

Don't forget about security.

Source
# use standard go tools
$ go get go.octolab.org/toolset/testit@latest
# or use egg tool
$ egg tools add go.octolab.org/toolset/testit@latest

egg is an extended go get.

Shell completions
$ testit completion > /path/to/completions/...
# or
$ source <(testit completion)

made with ❤️ for everyone

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
cmd
cnf

Jump to

Keyboard shortcuts

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