summaryrefslogtreecommitdiffstats
path: root/tests/identify_test.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:23:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:23:53 +0000
commit9fa3050aa425b3f4885dfa039f7addcbf620bfda (patch)
treec764fd8deb9b22e9e778aac376bdf4d702d27b70 /tests/identify_test.py
parentAdding upstream version 2.5.26. (diff)
downloadidentify-d1908400e40b51996c8a324bd0a35a6e3b01ac6d.tar.xz
identify-d1908400e40b51996c8a324bd0a35a6e3b01ac6d.zip
Adding upstream version 2.5.27.upstream/2.5.27
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/identify_test.py')
-rw-r--r--tests/identify_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/identify_test.py b/tests/identify_test.py
index 3429c12..ac458df 100644
--- a/tests/identify_test.py
+++ b/tests/identify_test.py
@@ -154,6 +154,7 @@ def test_tags_from_path_plist_text(tmpdir):
('test.py', {'text', 'python'}),
('test.mk', {'text', 'makefile'}),
('Makefile', {'text', 'makefile'}),
+ ('Containerfile', {'text', 'dockerfile'}),
('Dockerfile', {'text', 'dockerfile'}),
('Dockerfile.xenial', {'text', 'dockerfile'}),
('xenial.Dockerfile', {'text', 'dockerfile'}),