/
UCS
/
snoopy
Обзор
Документация
Войти
/
UCS
/
snoopy
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tests/message/message_format-empty.sh
23 строки
270 B
Bostjan Skufca Jese
tests: Refactor multiple dedicated tests-related commands into subcommands under a single `snoopy-test` executable
10 июл 2022, 20:24
10 июл 2022, 20:24
cdf8e65
Код
Авторство
О чём код?
#!/bin/bash ### Configure shell and bootstrap # set -e set -u . `dirname $BASH_SOURCE`/_bootstrap.sh ### Get data # STR="" VAL_SNOOPY=`$SNOOPY_TEST_CLI run messageformat "$STR"` VAL_REAL="$STR" ### Evaluate # snoopy_test_compareValues "$VAL_SNOOPY" "$VAL_REAL"