DEBSOURCES
Skip Quicknav
sources / pywinrm / 0.5.0-2 / winrm / tests / test_integration_session.py
12345678
import pytest xfail = pytest.mark.xfail @xfail() def test_run_cmd(): raise NotImplementedError()