Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
def
PrintTestHeader(application):
86
Kratos.Logger.Flush()
87
print(f
"\nRunning {application} tests"
, file=sys.stderr, flush=True)
88
89
90
def
PrintTestFooter(application, exit_code):
Callers
1
_RunTest
Method · 0.85
Calls
2
print
Function · 0.50
Flush
Method · 0.45
Tested by
no test coverage detected