neo4j / sdn-rx

Nextgen Spring Data module for Neo4j supporting (not only) reactive data access and immutable support
https://neo4j.github.io/sdn-rx
Apache License 2.0
65 stars 23 forks source link

Test refactoring #238

Closed meistermeier closed 4 years ago

meistermeier commented 4 years ago

Most needed change: (Reactive)RepositoryIT At least nested test classes to avoid testcontainer restarts.

Also evaluate other options to keep the container/database running and use it in other test classes.