diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-20 22:23:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-20 22:23:04 +0000 |
commit | da7561b1d44bce2db12d63129cd466bbff4f5a80 (patch) | |
tree | de741261fe84c3ad804f32ef9a2893266c216c5b /tests | |
parent | Adding upstream version 2.1.2. (diff) | |
download | identify-da7561b1d44bce2db12d63129cd466bbff4f5a80.tar.xz identify-da7561b1d44bce2db12d63129cd466bbff4f5a80.zip |
Adding upstream version 2.2.0.upstream/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'}), |