MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / _reset_ide_os

Function _reset_ide_os

tests_python/test_convert_utilities.py:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10@pytest.fixture(autouse=True)
11def _reset_ide_os():
12 yield
13 from pydevd_file_utils import set_ide_os
14
15 set_ide_os("WINDOWS" if sys.platform == "win32" else "UNIX")
16
17
18@pytest.mark.skipif(sys.platform != "win32", reason="Windows-only test.")

Callers

nothing calls this directly

Calls 1

set_ide_osFunction · 0.90

Tested by

no test coverage detected