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

Function test_zeromq_pycryptodome

noxfile.py:930–943  ·  view source on GitHub ↗

pytest session with zeromq transport and pycryptodome

(session, coverage)

Source from the content-addressed store, hash-verified

928@nox.session(python=_PYTHON_VERSIONS, name="test-zeromq-pycryptodome")
929@nox.parametrize("coverage", [False, True])
930def test_zeromq_pycryptodome(session, coverage):
931 """
932 pytest session with zeromq transport and pycryptodome
933 """
934 session.notify(
935 find_session_runner(
936 session,
937 "test-parametrized",
938 session.python,
939 coverage=coverage,
940 crypto="pycryptodome",
941 transport="zeromq",
942 )
943 )
944
945
946@nox.session(python=_PYTHON_VERSIONS, name="pytest-zeromq-pycryptodome")

Callers

nothing calls this directly

Calls 1

find_session_runnerFunction · 0.85

Tested by

no test coverage detected