Skip to the content.

Developer Guide

Testing / Development

Run unit tests only:

go test ./... -short

Run unit tests and integration tests:

For running the integrations tests you need Docker and Java installed.

go test ./...

Integration tests use exasol-test-setup-abstraction-server and thus indirectly exasol-testcontainers. To speedup tests during development you need to enable reusing of test containers by creating file ~/.testcontainers.properties with the following content:

testcontainers.reuse.enable=true