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

Function PrintTestHeader

kratos/python_scripts/testing/utilities.py:85–87  ·  view source on GitHub ↗
(application)

Source from the content-addressed store, hash-verified

83
84
85def PrintTestHeader(application):
86 Kratos.Logger.Flush()
87 print(f"\nRunning {application} tests", file=sys.stderr, flush=True)
88
89
90def PrintTestFooter(application, exit_code):

Callers 1

_RunTestMethod · 0.85

Calls 2

printFunction · 0.50
FlushMethod · 0.45

Tested by

no test coverage detected