Searched refs:run_copy_paste_tests (Results 1 – 2 of 2) sorted by relevance
13 from test_copy_paste import run_copy_paste_tests132 args.run_copy_paste_tests is False and173 args.run_copy_paste_tests = True254 if args.run_copy_paste_tests is True:255 run_copy_paste_tests(args.generate, args.screenshot)
225 def run_copy_paste_tests(generate, screenshot): function