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 23029ae710
Prepare for v3
9 months ago
mongox Prepare for v3 9 months ago
mongox-testing/database Prepare for v3 9 months ago
.gitignore Convert to go modules 5 years ago
LICENSE.md MIT licensed 4 years ago
README.md Add dockerfile for testing 2 years ago
go.mod Prepare for v3 9 months ago
go.sum Prepare for v3 9 months ago
testing.Dockerfile Add dockerfile for testing 2 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 .