diff options
Diffstat (limited to '')
-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 |