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

Function test_m2crypto

noxfile.py:745–758  ·  view source on GitHub ↗

pytest session with zeromq transport and m2crypto

(session, coverage)

Source from the content-addressed store, hash-verified

743@nox.session(python=_PYTHON_VERSIONS, name="test-m2crypto")
744@nox.parametrize("coverage", [False, True])
745def test_m2crypto(session, coverage):
746 """
747 pytest session with zeromq transport and m2crypto
748 """
749 session.notify(
750 find_session_runner(
751 session,
752 "test-parametrized",
753 session.python,
754 coverage=coverage,
755 crypto="m2crypto",
756 transport="zeromq",
757 )
758 )
759
760
761@nox.session(python=_PYTHON_VERSIONS, name="pytest-m2crypto")

Callers

nothing calls this directly

Calls 1

find_session_runnerFunction · 0.85

Tested by

no test coverage detected