Jsondb / jsondb-core

JsonDB a pure java database that stores its data as Json Files

Home Page:http://www.jsondb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support of a lifecycle pre/post upsert/save/delete hooks trough annotations

aeifr opened this issue · comments

commented

After executing all tests trough gradle, the test files (instance locks) are still in the test directory.
Path: src/test/resources/dbfiles/*Tests.lock/instances.json.lock

Suggestion:
Temp dirs

Suggested library/module:
JUnit 5:
https://www.baeldung.com/junit-5-temporary-directory

Results in a cleanup after a test execution, therefore no test artifacts.