Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config_key.py260 def test_cancel(self, mock_frame_ok): argument
266 mock_frame_ok.assert_not_called()
289 def test_ok(self, mock_frame_ok): argument
294 mock_frame_ok.assert_called()