From 1977fc672a727179462f2f852f574881923e98ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 3 May 2023 11:14:14 +0200 Subject: Merging upstream version 2.5.23. Signed-off-by: Daniel Baumann --- tests/identify_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/identify_test.py') diff --git a/tests/identify_test.py b/tests/identify_test.py index 2026afe..3429c12 100644 --- a/tests/identify_test.py +++ b/tests/identify_test.py @@ -39,6 +39,7 @@ def test_all_tags_contains_each_type(): assert 'plist' in identify.ALL_TAGS # extension, needs binary check assert 'dockerfile' in identify.ALL_TAGS # by file convention assert 'python3' in identify.ALL_TAGS # by shebang + assert 'php8' in identify.ALL_TAGS # by shebang def test_tags_from_path_does_not_exist(tmpdir): -- cgit v1.2.3