diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-20 22:23:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:23:03 +0000 |
commit | 3987287625ccf6af585dc47dd7016b561e710a42 (patch) | |
tree | 142581a822dd9ab7a5088c749c5cff26f488ce50 /tests | |
parent | Releasing debian version 2.1.2-1. (diff) | |
download | identify-3987287625ccf6af585dc47dd7016b561e710a42.tar.xz identify-3987287625ccf6af585dc47dd7016b561e710a42.zip |
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/identify_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/identify_test.py b/tests/identify_test.py index f881f0b..1b5dde0 100644 --- a/tests/identify_test.py +++ b/tests/identify_test.py @@ -158,6 +158,8 @@ def test_tags_from_path_plist_text(tmpdir): ('Pipfile.lock', {'text', 'json'}), ('mod/test.py', {'text', 'python'}), ('mod/Dockerfile', {'text', 'dockerfile'}), + ('Gemfile', {'text', 'ruby'}), + ('Gemfile.lock', {'text'}), # does not set binary / text ('f.plist', {'plist'}), |