Searched refs:run_color_format_tests (Results 1 – 2 of 2) sorted by relevance
9 from test_color_formats import run_color_format_tests126 if (args.run_color_format_tests is False and167 args.run_color_format_tests = True236 if args.run_color_format_tests is True:237 run_color_format_tests(args.generate, args.screenshot)
92 def run_color_format_tests(generate, screenshot): function