Skip to content

noxs-jj/test-omc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

Overall

We like to see:

  • dependencies injection
  • unit testing (with dependency mocking)
  • defensive programming

Optional:

  • simplicity
  • more Makefile rules that make sense
  • run inside container

We're using

  • golang 1.17+
  • echo (https://github.com/labstack/echo)
  • swagger (github.com/deepmap/oapi-codegen, we write docs, we generate handlers...)
  • docker
  • testing (github.com/stretchr/testify)
  • mockery (github.com/vektra/mockery)