Home
last modified time | relevance | path

Searched refs:test_colors (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py367 test_colors = {'background': '#222222', 'foreground': '#ffff00'}
376 self.highlight_cfg = test_colors
382 assert_colors_are_equal(test_colors)
386 assert_colors_are_equal(test_colors)
651 test_colors = {"background": '#abcdef', "foreground": '#123456'}
656 return test_colors
676 self.assertNotEqual(get_sidebar_colors(), test_colors)
678 self.assertEqual(get_sidebar_colors(), test_colors)
H A Dtest_codecontext.py386 test_colors = {'background': '#222222', 'foreground': '#ffff00'}
396 self.highlight_cfg = test_colors
402 assert_colors_are_equal(test_colors)
406 assert_colors_are_equal(test_colors)
/third_party/python/Lib/test/
H A Dtest_bisect.py373 def test_colors(self): member in TestDocExample

Completed in 4 milliseconds