Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated resources during test execution not deleted afterwards #15

Closed
mwensveen-nl opened this issue Apr 19, 2024 · 0 comments · Fixed by #16
Closed

Generated resources during test execution not deleted afterwards #15

mwensveen-nl opened this issue Apr 19, 2024 · 0 comments · Fixed by #16

Comments

@mwensveen-nl
Copy link
Owner

copy from Jsondb#38

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant