diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:05:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:05:28 +0000 |
commit | 4e0c0c4c78869d106d0f629a8c76e520912858c5 (patch) | |
tree | 10c030651ab42bf2411df42e2b7b4aae87e1d568 /debian/tests | |
parent | Merging upstream version 0.1.30. (diff) | |
download | debputy-4e0c0c4c78869d106d0f629a8c76e520912858c5.tar.xz debputy-4e0c0c4c78869d106d0f629a8c76e520912858c5.zip |
Adding debian version 0.1.30.debian/0.1.30
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/tests/control | 53 | ||||
-rwxr-xr-x | debian/tests/debputy-cli-lint-lsp | 1 |
2 files changed, 35 insertions, 19 deletions
diff --git a/debian/tests/control b/debian/tests/control index dfe650c..fba53b8 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,23 +1,38 @@ -Tests: debputy-py.test -Restrictions: allow-stderr +Tests: + debputy-py.test, +Restrictions: + allow-stderr, # debputy loads the libcap2 library directly for one of the tests -Depends: libcap2, - python3-all, - python3-lsprotocol, - python3-pytest, - @, +Depends: + libcap2, + python3-all, + python3-lsprotocol, + python3-pytest, + @, -Tests: debputy-cli -Restrictions: allow-stderr, superficial -Depends: @, +Tests: + debputy-cli, +Restrictions: + allow-stderr, + superficial, +Depends: + @, -Tests: debputy-cli-lint-lsp -Restrictions: allow-stderr, superficial -Depends: python3-lsprotocol, - @, +Tests: + debputy-cli-lint-lsp, +Restrictions: + allow-stderr, + superficial, +Depends: + python3-lsprotocol, + @, -Tests: debputy-cli-lsp -Restrictions: allow-stderr, superficial -Depends: python3-lsprotocol, - python3-pygls, - @, +Tests: + debputy-cli-lsp, +Restrictions: + allow-stderr, + superficial, +Depends: + python3-lsprotocol, + python3-pygls, + @, diff --git a/debian/tests/debputy-cli-lint-lsp b/debian/tests/debputy-cli-lint-lsp index 91f014e..0c5da22 100755 --- a/debian/tests/debputy-cli-lint-lsp +++ b/debian/tests/debputy-cli-lint-lsp @@ -3,6 +3,7 @@ set -e -u -x debputy lint --linter-exit-code debputy lint --no-linter-exit-code +debputy reformat --no-linter-exit-code --no-auto-fix debputy lsp editor-config debputy lsp editor-config emacs debputy lsp editor-config emacs+eglot |