Searched refs:test_suffix (Results 1 – 5 of 5) sorted by relevance
13 def __init__(self, test_sub_dir, test_suffix): argument15 self.test_suffix = str(test_suffix)19 self.test_suffix += '.exe'73 if not execpath.endswith(self.test_suffix):
26 test_suffix = 'foo'27 with tempfile_ext.NamedTemporaryDirectory(suffix=test_suffix) as d:28 self.assertTrue(os.path.basename(d).endswith(test_suffix))
11 def __init__(self, test_sub_dir, test_suffix): argument13 self.test_suffix = str(test_suffix)17 self.test_suffix += '.exe'71 if subfilename.endswith(self.test_suffix):
48 def test_suffix(self): member in MonitorTest
838 char *test_suffix = strstr(dist_type, dist_suffix); in rtnl_netem_set_delay_distribution() local839 if (test_suffix != NULL && strlen(test_suffix) == 5) in rtnl_netem_set_delay_distribution()