This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Commit eeca943
committed
test: add --remote option, to test against a real DB4S end point
By default (without this option), the test spin up a local "mock"
server to test the HTTPS API calls.
With the --remote option however, the local mock server isn't
started and the HTTPS API calls are done using the url specified.
$ go test --check.v --remote https://docker-dev.dbhub.io:5550
This is because these tests are likely to be useful for the
development of the DB4S end point code too, as they should help
catch any accidental API breakage.1 parent f00cea2 commit eeca943
1 file changed
Lines changed: 145 additions & 102 deletions
0 commit comments