Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_main.py9 from test_color_formats import run_color_format_tests
126 if (args.run_color_format_tests is False and
167 args.run_color_format_tests = True
236 if args.run_color_format_tests is True:
237 run_color_format_tests(args.generate, args.screenshot)
Dtest_color_formats.py92 def run_color_format_tests(generate, screenshot): function