Add tests for base theme's battery functions

This commit is contained in:
Nils Winkler
2017-05-30 08:33:07 +02:00
parent 0aad8b4ab0
commit b55c0251ed
2 changed files with 70 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ if [ -z "${BASH_IT}" ]; then
export BASH_IT=$(cd ${test_directory} && dirname $(pwd))
fi
exec $bats_executable ${CI:+--tap} ${test_directory}/{install,lib,plugins}
exec $bats_executable ${CI:+--tap} ${test_directory}/{install,lib,plugins,themes}