mariadb-alpine
mariadb-alpine copied to clipboard
Move temporary folder creation back to `test_helper`
While refactoring test suite for a faster/more consistent shutdown and cleanup, we made it impossible to bats to run standalone which is useful while debugging (and a generally more unix-like environment). This should be moved back to the helper, but the approach is limited due to upstream bats not having a global setup/teardown. Another approach has to be figured out.
Refs: https://github.com/bats-core/bats-core/issues/283