ygojson / ygojson-tools

Tooling for the ygojson project
MIT License
1 stars 0 forks source link

Enhancement: provide the DB on disk for tests with a QuarkusTestResourceLifecycleManager #165

Open magicDGS opened 5 months ago

magicDGS commented 5 months ago

Similar to the WiremockResource, we can provide the DB only on tests need it (or in general) with a QuarkusTestResourceLifecycleManager, which will allow:

This is marekd as a low priority because although it simplifies the development, it is not a big change as we already have the DB on disk with the current configuration.