surrealdb / surrealdb.java

SurrealDB SDK for Java
https://surrealdb.com
Apache License 2.0
67 stars 21 forks source link

Introduce shared base class for integration tests #55

Closed phughk closed 1 year ago

phughk commented 1 year ago

Introduce a base class that can be shared between integration tests. This base class handles either environment variable configuration (local binary, remote binary) or test containers (requires docker).