MCPcopy Create free account
hub / github.com/saltstack/salt / session_warn

Function session_warn

noxfile.py:106–110  ·  view source on GitHub ↗
(session, message)

Source from the content-addressed store, hash-verified

104
105
106def session_warn(session, message):
107 try:
108 session.warn(message)
109 except AttributeError:
110 session.log(f"WARNING: {message}")
111
112
113def session_run_always(session, *command, **kwargs):

Callers 15

_report_coverageFunction · 0.85
pytestFunction · 0.85
pytest_tcpFunction · 0.85
pytest_zeromqFunction · 0.85
pytest_m2cryptoFunction · 0.85
pytest_tcp_m2cryptoFunction · 0.85
pytest_zeromq_m2cryptoFunction · 0.85
pytest_pycryptodomeFunction · 0.85
pytest_tcp_pycryptodomeFunction · 0.85
pytest_cloudFunction · 0.85
pytest_tornadoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected