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

Function test_tcp_pycryptodome

noxfile.py:893–906  ·  view source on GitHub ↗

pytest session with TCP transport and pycryptodome

(session, coverage)

Source from the content-addressed store, hash-verified

891@nox.session(python=_PYTHON_VERSIONS, name="test-tcp-pycryptodome")
892@nox.parametrize("coverage", [False, True])
893def test_tcp_pycryptodome(session, coverage):
894 """
895 pytest session with TCP transport and pycryptodome
896 """
897 session.notify(
898 find_session_runner(
899 session,
900 "test-parametrized",
901 session.python,
902 coverage=coverage,
903 crypto="pycryptodome",
904 transport="tcp",
905 )
906 )
907
908
909@nox.session(python=_PYTHON_VERSIONS, name="pytest-tcp-pycryptodome")

Callers

nothing calls this directly

Calls 1

find_session_runnerFunction · 0.85

Tested by

no test coverage detected