Skip to content
/ gotest Public

Go test tool to help run only tests with tags

License

Notifications You must be signed in to change notification settings

oktalz/gotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotest

Go test tool to help run only tests with tags

installation

go install github.com/oktalz/gotest@latest

local installation

task install

usage

gotest --tags tag1,tag2

why

when you run go test --tags=integration you will run both test that have integration and tests that does not have any build tags. This is sometimes not desired

todo

support all go test params

About

Go test tool to help run only tests with tags

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages