We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7b1ec commit 3a1fb5cCopy full SHA for 3a1fb5c
1 file changed
vinca/test_license_utils.py
@@ -140,9 +140,6 @@ def test_bsd2_normalized():
140
assert convert_to_spdx_license(["BSD-2"]) == "BSD-2-Clause"
141
142
143
-# Tests for high-priority bug fixes
144
-
145
146
def test_empty_strings_from_trailing_comma():
147
"""Test trailing commas don't create empty LicenseRef."""
148
assert convert_to_spdx_license(["MIT,"]) == "MIT"
@@ -198,9 +195,6 @@ def test_comma_separated_with_duplicates():
198
195
assert result == "MIT"
199
196
200
197
201
-# Tests for medium-priority improvements
202
203
204
def test_case_insensitive_lookup():
205
"""Test lookup table works with different cases."""
206
# Lowercase
0 commit comments