Skip to content

godoctor/gopatient

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cmd
 
 
 
 
 
 
 
 
 
 
 
 

                     gopatient: Tools to test the Go Doctor


    This repository contains a combination of shell scripts and small Go
    tools used to test the Go Doctor:


gopatient-helper-download       "go get" the top GitHub projects using Go

gopatient-helper-find-runnable  List packages containing "func main()"
gopatient-helper-check-runnable <- or only those on which "go install" succeeds
gopatient-helper-find-testable  List all packages containing *_test.go files
gopatient-helper-check-testable <- or only those on which "go test" succeeds

gopatient-plan                  Generate a Makefile for testing a refactoring


    See HOWTO for how to use these tools in a typical testing scenario.

About

Go Patient - Tools to Test the Go Doctor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published