Home
last modified time | relevance | path

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

/petsc/config/
H A Dtestparse.py223 testnames=[]; sdicts=[]
268 sdicts+=sep_dicts
276 sdicts.append(sdict)
277 return testnames,sdicts
279 def genTestsSubtestSuffix(testnames,sdicts): argument
288 if 'subtests' in sdicts[i]:
289 for stest in sdicts[i]["subtests"]:
290 if 'suffix' in sdicts[i][stest]:
292 gensuffix="_"+sdicts[i][stest]['suffix']
295 newsdict=sdicts[i].copy()
[all …]