Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 723 Bytes

developer_guide.md

File metadata and controls

23 lines (15 loc) · 723 Bytes

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