mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
69d3bac45e
* Added `bats-assert` for more detailed error, very useful locally and on Travis * Moved `bats` to git submodule Example: ``` not ok 52 checking opendkim: generator creates keys, tables and TrustedHosts # (from function `assert_output' in file test/test_helper/bats-assert/src/assert.bash, line 239, # in test file test/tests.bats, line 368) # `assert_output 2' failed # # -- output differs -- # expected : 2 # actual : 4 # -- # ```
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
[submodule "test/bats"]
|
|
path = test/bats
|
|
url = https://github.com/sstephenson/bats
|
|
[submodule "test/test_helper/bats-support"]
|
|
path = test/test_helper/bats-support
|
|
url = https://github.com/ztombol/bats-support
|
|
[submodule "test/test_helper/bats-assert"]
|
|
path = test/test_helper/bats-assert
|
|
url = https://github.com/ztombol/bats-assert
|