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

Function test

noxfile.py:634–647  ·  view source on GitHub ↗

pytest session with zeromq transport and default crypto

(session, coverage)

Source from the content-addressed store, hash-verified

632@nox.session(python=_PYTHON_VERSIONS)
633@nox.parametrize("coverage", [False, True])
634def test(session, coverage):
635 """
636 pytest session with zeromq transport and default crypto
637 """
638 session.notify(
639 find_session_runner(
640 session,
641 "test-parametrized",
642 session.python,
643 coverage=coverage,
644 crypto=None,
645 transport="zeromq",
646 )
647 )
648
649
650@nox.session(python=_PYTHON_VERSIONS)

Callers

nothing calls this directly

Calls 1

find_session_runnerFunction · 0.85

Tested by

no test coverage detected