Skip to content

Commit ac4e214

Browse files
committed
separate command output from initial bioimageio output
1 parent f0785bb commit ac4e214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bioimageio/core/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def test_model(
142142
devices=devices,
143143
decimal=decimal,
144144
)
145+
print(f"\ntesting model {model_rdf}...")
145146
ret_code = _log_test_summaries(summaries, f"\n{{icon}} Model {model_rdf} {{result}}")
146147
sys.exit(ret_code)
147148

@@ -164,6 +165,7 @@ def test_resource(
164165
summaries = resource_tests.test_resource(
165166
rdf, weight_format=None if weight_format is None else weight_format.value, devices=devices, decimal=decimal
166167
)
168+
print(f"\ntesting {rdf}...")
167169
ret_code = _log_test_summaries(summaries, f"{{icon}} Resource test for {rdf} has {{result}}")
168170
sys.exit(ret_code)
169171

0 commit comments

Comments
 (0)