diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-05-17 17:42:11 +0100 |
---|---|---|
committer | Ava Hahn <110854134+avahahn@users.noreply.github.com> | 2024-08-20 11:38:51 -0700 |
commit | cad6aed526b38d52f13266120f9a4381f9a22cad (patch) | |
tree | 8108d85b8c56f01504fdf329de787b56c5b7d0a8 /test/unit/check/cargo_component.py | |
parent | 593564fdd10da2bf4e76587a0482af72a9f1461b (diff) | |
download | unit-cad6aed526b38d52f13266120f9a4381f9a22cad.tar.gz unit-cad6aed526b38d52f13266120f9a4381f9a22cad.tar.bz2 |
Tests: initial "wasm-wasi-component" test
Diffstat (limited to 'test/unit/check/cargo_component.py')
-rw-r--r-- | test/unit/check/cargo_component.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/check/cargo_component.py b/test/unit/check/cargo_component.py new file mode 100644 index 00000000..1c194bfc --- /dev/null +++ b/test/unit/check/cargo_component.py @@ -0,0 +1,4 @@ +from unit.applications.lang.wasm_component import ApplicationWasmComponent + +def check_cargo_component(): + return ApplicationWasmComponent.prepare_env('hello_world') is not None |