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

Function test_pycryptodome

noxfile.py:856–869  ·  view source on GitHub ↗

pytest session with zeromq transport and pycryptodome

(session, coverage)

Source from the content-addressed store, hash-verified

854@nox.session(python=_PYTHON_VERSIONS, name="test-pycryptodome")
855@nox.parametrize("coverage", [False, True])
856def test_pycryptodome(session, coverage):
857 """
858 pytest session with zeromq transport and pycryptodome
859 """
860 session.notify(
861 find_session_runner(
862 session,
863 "test-parametrized",
864 session.python,
865 coverage=coverage,
866 crypto="pycryptodome",
867 transport="zeromq",
868 )
869 )
870
871
872@nox.session(python=_PYTHON_VERSIONS, name="pytest-pycryptodome")

Callers

nothing calls this directly

Calls 1

find_session_runnerFunction · 0.85

Tested by

no test coverage detected