diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:32:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:32:00 +0000 |
commit | 365001af125e820500d18bd1396e70f136912158 (patch) | |
tree | 2d61bc622c42fa7b00b58175f8f548b551b2e076 /tests | |
parent | Adding upstream version 2.2.4. (diff) | |
download | identify-365001af125e820500d18bd1396e70f136912158.tar.xz identify-365001af125e820500d18bd1396e70f136912158.zip |
Adding upstream version 2.2.11.upstream/2.2.11
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/identify_test.py | 3 |
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'}), |