Skip to content

Commit 5cc06ae

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3032416 commit 5cc06ae

20 files changed

+17
-444
lines changed

tests/_data/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ def get_bom_with_tools_with_component_and_service_migrate() -> Bom:
11311131
)
11321132

11331133

1134-
def get_bom_with_tools_with_component_and_service_and_tools_migrate() -> Bom:
1134+
def get_bom_with_tools_with_component_and_service_and_tools_irreversible_migrate() -> Bom:
11351135
tools = ToolsRepository()
11361136
tcomp = tools.components
11371137
tserv = tools.services
@@ -1258,9 +1258,9 @@ def get_bom_for_issue_630_empty_property() -> Bom:
12581258
if n.startswith('get_bom_') and not n.endswith('_invalid') and not n.endswith('_migrate')
12591259
)
12601260

1261-
all_get_bom_funct_valid_migrate = tuple(
1261+
all_get_bom_funct_valid_reversible_migrate = tuple(
12621262
(n, f) for n, f in getmembers(sys.modules[__name__], isfunction)
1263-
if n.endswith('_migrate')
1263+
if n.startswith('get_bom_') and n.endswith('_migrate') and not n.endswith('_irreversible_migrate')
12641264
)
12651265

12661266
all_get_bom_funct_invalid = tuple(

tests/_data/snapshots/get_bom_v1_6_with_crypto-1.6.json.bin

Lines changed: 0 additions & 108 deletions
This file was deleted.

tests/_data/snapshots/get_bom_v1_6_with_crypto-1.6.xml.bin

Lines changed: 0 additions & 92 deletions
This file was deleted.

tests/_data/snapshots/get_bom_with_crypto-1.6.json.bin

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)