Skip to content

saulr7/unit-test-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Test in Go

Run Tests

  • go test unit-test/services

Run specific func

  • go test -run "AddMany"

Show logs

  • go test -v

Benchmark

  • go test -bench=.

Subtest

  • go test -run TestMultiply/2x1 -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages