dd2fef8a2d
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
15 lines
210 B
Bash
15 lines
210 B
Bash
setup() {
|
|
load 'helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "task: #Pull" {
|
|
cd "$TESTDIR"/tasks/pull
|
|
dagger --europa up
|
|
}
|
|
|
|
@test "task: #ReadFile" {
|
|
cd "$TESTDIR"/tasks/readfile
|
|
dagger --europa up
|
|
} |