diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
commit | 868522aa377a4519adb0b9f402586ab7a41b86ba (patch) | |
tree | 44e805e154a3ace9bd8dbac73843e80d296b7814 /debian/tests/control | |
parent | Adding upstream version 5.28.2+dfsg1+~cs23.11.12.3. (diff) | |
download | node-undici-debian.tar.xz node-undici-debian.zip |
Adding debian version 5.28.2+dfsg1+~cs23.11.12.3-6.debian/5.28.2+dfsg1+_cs23.11.12.3-6debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..645c288 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,29 @@ +Test-Command: /usr/share/pkg-js-autopkgtest/runner require +Depends: @ + , pkg-js-autopkgtest + , node-debug +Restrictions: superficial, skippable, +Features: test-name=pkg-js-autopkgtest-require + +Test-Command: /usr/share/pkg-js-autopkgtest/runner +Depends: @ + , pkg-js-autopkgtest + , jest +Restrictions: allow-stderr, skippable, needs-internet +Features: test-name=pkg-js-autopkgtest + +Test-Command: NETWORKTEST=1 /usr/share/pkg-js-autopkgtest/runner +Depends: @ + , pkg-js-autopkgtest + , chai + , mocha + , node-busboy + , node-chai-as-promised + , node-p-timeout + , node-proxy (>= 2) + , node-proxyquire + , node-sinon + , node-tap +Restrictions: allow-stderr, skippable, needs-internet +Features: test-name=pkg-js-autopkgtest-with-network +Architecture: amd64, arm64, i386, ppc64el, s390x |