MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / PrintTestFooter

Function PrintTestFooter

kratos/python_scripts/testing/utilities.py:90–93  ·  view source on GitHub ↗
(application, exit_code)

Source from the content-addressed store, hash-verified

88
89
90def PrintTestFooter(application, exit_code):
91 Kratos.Logger.Flush()
92 appendix = f" with exit code {exit_code}!" if exit_code != 0 else "."
93 print(f"Completed {application} tests{appendix}\n", file=sys.stderr, flush=True)
94
95
96def PrintTestSummary(exit_codes):

Callers 1

_RunTestMethod · 0.85

Calls 2

printFunction · 0.50
FlushMethod · 0.45

Tested by

no test coverage detected