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

Generated resources during test execution not deleted afterwards

aeifr opened this issue · comments

commented

Version: 1.0.115 (latest at this time)

After executing all tests trough gradle, the test files are still in the test directory.
Path: src/test/resources/dbfiles/eventsTests

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.