HomeSort by relevance Sort by last modified time
    Searched refs:m_logging (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py 126 def test_add_signal_handler_install_error2(self, m_logging, m_signal):
138 self.assertFalse(m_logging.info.called)
143 def test_add_signal_handler_install_error3(self, m_logging, m_signal):
153 self.assertFalse(m_logging.info.called)
188 def test_remove_signal_handler_cleanup_error(self, m_logging, m_signal):
195 self.assertTrue(m_logging.info)
    [all...]
test_proactor_events.py 235 def test_fatal_error(self, m_logging):
240 self.assertTrue(m_logging.error.called)
    [all...]

Completed in 1105 milliseconds