Files
server/usr/lib/python3/dist-packages/winrm/tests/test_integration_session.py
2026-01-07 20:52:11 +01:00

8 lines
103 B
Python

import pytest
xfail = pytest.mark.xfail
@xfail()
def test_run_cmd():
raise NotImplementedError()