You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nikita Tokarchuk
82e1de7216
|
3 years ago | |
---|---|---|
mongox | 4 years ago | |
mongox-testing/database | 4 years ago | |
.gitignore | 6 years ago | |
LICENSE.md | 5 years ago | |
README.md | 3 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
testing.Dockerfile | 3 years ago |
README.md
mongox-go-driver
testing locally
reqs:
- mongodb v4.0 or newer run on localhost
- golang v1.13 or newer
test it by calling go tests
$ go test ./...
testing by using dockerfile
reqs:
- docker with buildkit
$ DOCKER_BUILDKIT=1 docker build -t mongox-testing -f testing.Dockerfile .