This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests
Andrea Luzzardi f1bf58ed86 tests: fix invalid dockerbuild test
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-31 18:34:23 -07:00
..
compute DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
copy DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
dependencies DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
dockerbuild tests: fix invalid dockerbuild test 2021-03-31 18:34:23 -07:00
exec DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
export DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
fetch-container DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
fetch-git DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
ignore impl test, log patterns when .daggerignore found, lint, fix stdlib/file test imports 2021-03-18 12:38:50 -04:00
input DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
load DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
mounts/valid test: lint cue test files 2021-03-12 18:12:58 -08:00
push-container tests: fixed invalid test 2021-03-31 18:10:20 -07:00
repro-19 DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
stdlib stdlib: netlify: export the deployUrl and logsUrl 2021-03-18 18:37:45 -07:00
subdir/simple DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
README.md tests: move tests top-level 2021-02-03 15:02:43 -08:00
test-lib.sh debug 2021-03-18 18:37:45 -07:00
test-test.sh tests: move tests top-level 2021-02-03 15:02:43 -08:00
test.sh merge Route into Env, rebase dagger compute to use the new API 2021-03-25 22:29:11 +00:00

Testing

TL;DR

# Get help
./test.sh --help

# Run all tests
# You can also just call ./test.sh with no argument
# Also, `make integration` does exactly that
./test.sh all

# Run one random dagger cue directory, with expectations on exit code, stdout, stderr
./test.sh fetch-git/nonexistent/ref --exit=1 --stdout=

By default, the dagger binary is expected to be found in ../../cmd/dagger/dagger relative to the test.sh script.

If you need to change this, pass along DAGGER_BINARY=somewhere/dagger