summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:32:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:32:04 +0000
commitaf2b73458b2c6fd28d7da0516445502d28b2ba58 (patch)
treec95e921b503e6033fa83a00fbc0167efdacfc164 /tests
parentReleasing debian version 2.2.4-1. (diff)
downloadidentify-af2b73458b2c6fd28d7da0516445502d28b2ba58.tar.xz
identify-af2b73458b2c6fd28d7da0516445502d28b2ba58.zip
Merging upstream version 2.2.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/identify_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/identify_test.py b/tests/identify_test.py
index 1b5dde0..ec40cdf 100644
--- a/tests/identify_test.py
+++ b/tests/identify_test.py
@@ -160,6 +160,9 @@ def test_tags_from_path_plist_text(tmpdir):
('mod/Dockerfile', {'text', 'dockerfile'}),
('Gemfile', {'text', 'ruby'}),
('Gemfile.lock', {'text'}),
+ ('Jenkinsfile', {'text', 'groovy', 'jenkins'}),
+ ('build.jenkins', {'text', 'groovy', 'jenkins'}),
+ ('build.jenkinsfile', {'text', 'groovy', 'jenkins'}),
# does not set binary / text
('f.plist', {'plist'}),