Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1791128 commit 9fe42b4Copy full SHA for 9fe42b4
1 file changed
Lib/test/test_ntpath.py
@@ -37,8 +37,6 @@ def tester(fn, wantResult):
37
wantResult = os.fsencode(wantResult)
38
elif isinstance(wantResult, tuple):
39
wantResult = tuple(os.fsencode(r) for r in wantResult)
40
-
41
- gotResult = eval(fn)
42
if wantResult != gotResult:
43
raise TestFailed("%s should return: %s but returned: %s" \
44
%(str(fn), str(wantResult), repr(gotResult)))
0 commit comments