mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
0d5f550bdf
* tests: Update testing submodules (bats-assert, bats-support) These two submodules were migrated to the `bats-core` organization, where they continued to receive updates. * tests: Use tagged release of `bats-core/bats-support` This is technically one commit backwards, but no relevant difference has been made since, other than moving the submodule to the `bats-core` organization. * tests: Bump `bats-assert` to August 2022 (master) No official release tag since Nov 2018, but a fair amount of changes since then. * tests: Bump `bats-core` to `v1.7.0` release * tests(fix): Correctly use assertions Some tests were updated as the upgrade of bats submodules had `assert` methods raise awareness of incorrect usage. This additionally revealed some existing tests that weren't meant to be using `run`, which swallowed failures from surfacing.
13 lines
476 B
Plaintext
13 lines
476 B
Plaintext
[submodule "test/bats"]
|
|
path = test/bats
|
|
url = https://github.com/bats-core/bats-core.git
|
|
[submodule "test/test_helper/bats-support"]
|
|
path = test/test_helper/bats-support
|
|
url = https://github.com/bats-core/bats-support
|
|
[submodule "test/test_helper/bats-assert"]
|
|
path = test/test_helper/bats-assert
|
|
url = https://github.com/bats-core/bats-assert
|
|
[submodule "target/docker-configomat"]
|
|
path = target/docker-configomat
|
|
url = https://github.com/alinmear/docker-configomat
|