From ecab5ee8d2dd5379a8d6fd24475a03eaaa8c0084 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 10 Dec 2023 10:56:10 +0100 Subject: Merging upstream version 2.5.33. Signed-off-by: Daniel Baumann --- tests/identify_test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/identify_test.py') diff --git a/tests/identify_test.py b/tests/identify_test.py index ac458df..bb8aba5 100644 --- a/tests/identify_test.py +++ b/tests/identify_test.py @@ -151,6 +151,7 @@ def test_tags_from_path_plist_text(tmpdir): @pytest.mark.parametrize( ('filename', 'expected'), ( + ('.salt-lint', {'text', 'salt-lint', 'yaml'}), ('test.py', {'text', 'python'}), ('test.mk', {'text', 'makefile'}), ('Makefile', {'text', 'makefile'}), @@ -170,6 +171,7 @@ def test_tags_from_path_plist_text(tmpdir): ('build.jenkinsfile', {'text', 'groovy', 'jenkins'}), ('meson.build', {'text', 'meson'}), ('meson_options.txt', {'text', 'plain-text', 'meson'}), + ('Vagrantfile', {'text', 'ruby'}), # does not set binary / text ('f.plist', {'plist'}), -- cgit v1.2.3