Skip to content

Commit 3a1fb5c

Browse files
committed
cleanup tests
1 parent 7b7b1ec commit 3a1fb5c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

vinca/test_license_utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ def test_bsd2_normalized():
140140
assert convert_to_spdx_license(["BSD-2"]) == "BSD-2-Clause"
141141

142142

143-
# Tests for high-priority bug fixes
144-
145-
146143
def test_empty_strings_from_trailing_comma():
147144
"""Test trailing commas don't create empty LicenseRef."""
148145
assert convert_to_spdx_license(["MIT,"]) == "MIT"
@@ -198,9 +195,6 @@ def test_comma_separated_with_duplicates():
198195
assert result == "MIT"
199196

200197

201-
# Tests for medium-priority improvements
202-
203-
204198
def test_case_insensitive_lookup():
205199
"""Test lookup table works with different cases."""
206200
# Lowercase

0 commit comments

Comments
 (0)