# README
Vault Client Golang Module
Unit Tests
go test -mod=vendor -v -cover --count 1 ./...
Local Tests
- Run Vault2
VAULT_DB_BACKEND=MONGODB yarn dev
- Run tests
go run local-tests/main.go
go test -mod=vendor -v -cover --count 1 ./...
VAULT_DB_BACKEND=MONGODB yarn dev
go run local-tests/main.go