Refactor testing into docker file
This means a decent scale refactor but ends with our testing being much simpler Key changes: * single Dockerfile for all services * tests moved into docker up so don't need to be run locally * configurations moved to environment
This commit is contained in:
parent
99da6c5d67
commit
14424c16ca
13 changed files with 171 additions and 107 deletions
1
go.mod
1
go.mod
|
@ -6,6 +6,7 @@ require (
|
|||
github.com/golang/protobuf v1.4.2
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/gorilla/mux v1.7.4
|
||||
github.com/onsi/ginkgo v1.12.3 // indirect
|
||||
github.com/robfig/cron v1.2.0
|
||||
github.com/stretchr/testify v1.6.0
|
||||
github.com/tjarratt/babble v0.0.0-20191209142150-eecdf8c2339d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue