Add tests for every implemented command

This commit is contained in:
Loïc Guitaut
2015-09-10 14:21:27 +02:00
parent c1fc398997
commit 547653b27e
21 changed files with 456 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ export PLUGIN_PATH="$DOKKU_ROOT/plugins"
export PLUGIN_DATA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/fixtures"
mkdir -p $PLUGIN_DATA_ROOT
rm -rf "${PLUGIN_DATA_ROOT:?}"/*
flunk() {
{ if [ "$#" -eq 0 ]; then cat -