Searched refs:test_colors (Results 1 – 4 of 4) sorted by relevance
378 test_colors = {'background': '#222222', 'foreground': '#ffff00'}388 self.highlight_cfg = test_colors394 assert_colors_are_equal(test_colors)398 assert_colors_are_equal(test_colors)
347 test_colors = {'background': '#222222', 'foreground': '#ffff00'}356 self.highlight_cfg = test_colors362 assert_colors_are_equal(test_colors)366 assert_colors_are_equal(test_colors)
96 static int test_colors[N_BLK_HOR * N_BLK_VERT] = { variable105 static int test_colors[N_BLK_HOR * N_BLK_VERT] = { variable131 *pix++ = test_colors[ix]; in test_pattern()
309 def test_colors(self): member in TestDocExample