mariadb-alpine icon indicating copy to clipboard operation
mariadb-alpine copied to clipboard

Move temporary folder creation back to `test_helper`

Open jbergstroem opened this issue 5 years ago • 1 comments

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.

jbergstroem avatar Jul 08 '20 02:07 jbergstroem

Refs: https://github.com/bats-core/bats-core/issues/283

jbergstroem avatar Jul 08 '20 03:07 jbergstroem