Skip to content

theoden9014/go-testcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testcheck

Install

go get -u github.com/theoden9014/go-testcheck/cmd/testcheck

Analyzer

notestpkg

import "github.com/theoden9014/go-testcheck/passes/notestpkg"

Check exists the test in the package. defaults exclude packages only "main". Additional ignore packages by -ignore flag.

e.g.

testcheck -ignore github.com/theoden9014/go-testcheck/foo \
          -ignore github.com/theoden9014/go-testcheck/bar \
          ./...

About

Check exists tests in Go pacakge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages