Searched refs:compare_file (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 183 def compare_file(pathname_1, pathname_2, encoding = "", compare_start_string = "", skip_line = ""): function 239 return compare_file(pathname_1, pathname_2, '', '#include') 242 return compare_file(pathname_1, pathname_2, 'utf-8', '', '<file') 245 return compare_file(pathname_1, pathname_2, 'utf-8', '', '<studio_version>') 248 return compare_file(pathname_1, pathname_2, 'utf-8')
|