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 40455cb commit 2ea8ab0Copy full SHA for 2ea8ab0
tests/test_utils.py
@@ -13,9 +13,8 @@ def attach_schema(comp: Component, version: SchemaVersion):
13
comp._bom = bom
14
15
16
-# -------------------------------
17
-# Legacy behavior (< 1.7)
18
+
19
20
def test_legacy_single_expression_no_change():
21
comp = Component(name="c", licenses=(LicenseExpression("MIT"),))
@@ -64,9 +63,7 @@ def test_legacy_empty_licenses_no_change():
64
63
assert comp.evidence is None
65
66
67
68
-# Modern behavior (>= 1.7)
69
70
71
def test_modern_no_fixup_mixed_is_untouched():
72
comp = Component(
0 commit comments