Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_colorizer.py205 def test_insert(self, mock_notify): argument
210 mock_notify.assert_called_with('1.0', '1.0+3c')
214 mock_notify.assert_called_with('1.3', '1.3+6c')
217 def test_delete(self, mock_notify): argument
225 mock_notify.assert_called_with('1.7')
229 mock_notify.assert_called_with('1.3')
353 def test_recolorize_main(self, mock_notify): argument
402 def test_removecolors(self, mock_notify, mock_recolorize): argument