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.
|
|
2 years ago | |
|---|---|---|
| mongox | 2 years ago | |
| mongox-testing/database | 2 years ago | |
| .gitignore | 7 years ago | |
| LICENSE.md | 5 years ago | |
| README.md | 4 years ago | |
| go.mod | 2 years ago | |
| go.sum | 2 years ago | |
| testing.Dockerfile | 4 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 .