Searched refs:cmp_path (Results 1 – 2 of 2) sorted by relevance
2828 const char *cmp_path) in test_should_run() argument2832 if (g_strcmp0 (test_path, cmp_path) == 0) in test_should_run()2840 return !cmp_path || path_has_prefix (test_path, cmp_path); in test_should_run()
1322 def _test_pathname(self, path, cmp_path=None, dir=False): argument1348 self.assertEqual(t.name, cmp_path or path.replace(os.sep, "/"))