Searched refs:wantResult (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_ntpath.py | 9 def tester0(fn, wantResult): argument 11 if wantResult != gotResult: 13 %(fn, wantResult, gotResult) 15 def tester(fn, wantResult): argument 17 tester0(fn, wantResult)
|
/external/python/cpython3/Lib/test/ |
D | test_ntpath.py | 51 def tester(fn, wantResult): argument 54 if wantResult != gotResult and _norm(wantResult) != _norm(gotResult): 56 %(str(fn), str(wantResult), str(gotResult))) 70 if _norm(wantResult) != _norm(gotResult): 72 %(str(fn), str(wantResult), repr(gotResult)))
|