Skip to content

hifat/gock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gock

The project for learning unit test

Run app

make run

Migrate DB

make migrate

Mock generator

make mock-gen

Testing

  • Test service
make test-service
  • Test repository
make test-repo
  • Test all
make test