MCPcopy
hub / github.com/saltstack/salt / test_zeromq

Function test_zeromq

noxfile.py:708–721  ·  view source on GitHub ↗

pytest session with zeromq transport and default crypto

(session, coverage)

Source from the content-addressed store, hash-verified

706@nox.session(python=_PYTHON_VERSIONS, name="test-zeromq")
707@nox.parametrize("coverage", [False, True])
708def test_zeromq(session, coverage):
709 """
710 pytest session with zeromq transport and default crypto
711 """
712 session.notify(
713 find_session_runner(
714 session,
715 "test-parametrized",
716 session.python,
717 coverage=coverage,
718 crypto=None,
719 transport="zeromq",
720 )
721 )
722
723
724@nox.session(python=_PYTHON_VERSIONS, name="pytest-zeromq")

Callers

nothing calls this directly

Calls 1

find_session_runnerFunction · 0.85

Tested by

no test coverage detected