Home
last modified time | relevance | path

Searched refs:get_switch_expected (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/testing/
H A Dswitching.py28 from .patched_tests_setup import get_switch_expected
38 self.switch_expected = get_switch_expected(fullname)
H A Dtestcase.py40 from .patched_tests_setup import get_switch_expected
282 self.switch_expected = get_switch_expected(self.fullname)
H A Dpatched_tests_setup.py98 def get_switch_expected(fullname): function