Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_main.py32 from test_string_import_export import run_string_import_export_tests
151 args.run_string_import_export_tests is False and
191 args.run_string_import_export_tests = True
305 if args.run_string_import_export_tests is True:
306 run_string_import_export_tests(args.generate, args.screenshot)
Dtest_string_import_export.py110 def run_string_import_export_tests(generate, screenshot): function