Home
last modified time | relevance | path

Searched refs:m_exc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_selector_events.py465 def test_fatal_error(self, m_exc): argument
471 m_exc.assert_not_called()
476 def test_fatal_error_custom_exception(self, m_exc): argument
484 m_exc.assert_called_with(
633 def test_read_ready_tryagain(self, m_exc): argument
643 def test_read_ready_tryagain_interrupted(self, m_exc): argument
653 def test_read_ready_conn_reset(self, m_exc): argument
663 def test_read_ready_err(self, m_exc): argument
1049 def test_read_ready_tryagain(self, m_exc): argument
1059 def test_read_ready_tryagain_interrupted(self, m_exc): argument
[all …]
Dtest_proactor_events.py694 def test_fatal_error_connected(self, m_exc): argument
699 m_exc.assert_not_called()