File: test_integration_session.py

package info (click to toggle)
pywinrm 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 2,599; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
7
8
import pytest

xfail = pytest.mark.xfail


@xfail()
def test_run_cmd():
    raise NotImplementedError()