Thanks to visit codestin.com
Credit goes to github.com

Skip to content

schnack/gotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotest

Test assistant

Usage

    import (
        "testing"
        "github.com/schnack/gotest"
       )
    
    
    func TestExample(t *testing.T) {
    	// pass
    	if err := gotest.Expect(2 + 2).Eq(4); err != nil {
    		t.Error(err)
    	}
    }

About

Test assistant

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages