Skip to content

krittawatcode/go-rest-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First of all I really appreciate Victor Steven craft

I just fixed some bug in gist and update range loop there, so if someone want to fork my project please credit Victor Steven project

For testing

go test -cover -coverprofile controllertestresult.out ./tests/controllertests/ go test -cover -coverprofile modelstestresult.out ./tests/modeltests/

and for reading test coverage

go tool cover -html=controllertestresult.out go tool cover -html=cmodelstestresult.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published