Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py128 studio_test_index = 0 variable
251 global studio_test_index
255 if studio_test_index == 0:
259 golden_file.write(" 0, #test %d, comparing files\n" %(studio_test_index))
270 print('Test %d passed' %studio_test_index)
271 logging.info("Test #%d, compare output files- Passed." %studio_test_index)
274 print('** Test %d failed **' %studio_test_index)
275 logging.info("Test #%d, compare output files- Failed." %studio_test_index)
278 studio_test_index += 1
464 global studio_test_index
[all …]