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

Function test_gevent_notify

tests_python/test_utilities.py:422–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420
421@pytest.mark.skipif(not TEST_GEVENT, reason="Gevent not installed.")
422def test_gevent_notify():
423 _check_in_separate_process("check_notify_on_gevent_loaded", update_env={"GEVENT_SUPPORT": ""})
424 _check_in_separate_process("check_dont_notify_on_gevent_loaded", update_env={"GEVENT_SUPPORT": "True"})
425
426
427@pytest.mark.skipif(True, reason="Skipping because running this test can interrupt the test suite execution.")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected