MCPcopy Index your code
hub / github.com/saltstack/salt / test_tcp

Function test_tcp

noxfile.py:671–684  ·  view source on GitHub ↗

pytest session with TCP transport and default crypto

(session, coverage)

Source from the content-addressed store, hash-verified

669@nox.session(python=_PYTHON_VERSIONS, name="test-tcp")
670@nox.parametrize("coverage", [False, True])
671def test_tcp(session, coverage):
672 """
673 pytest session with TCP transport and default crypto
674 """
675 session.notify(
676 find_session_runner(
677 session,
678 "test-parametrized",
679 session.python,
680 coverage=coverage,
681 crypto=None,
682 transport="tcp",
683 )
684 )
685
686
687@nox.session(python=_PYTHON_VERSIONS, name="pytest-tcp")

Callers

nothing calls this directly

Calls 1

find_session_runnerFunction · 0.85

Tested by

no test coverage detected