1
0
Fork 0

Adding upstream version 2.5.23.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:30:03 +01:00
parent 68c873e788
commit 21c45ce514
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 7 additions and 3 deletions

View file

@ -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):