We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c29a7 commit cecc5ddCopy full SHA for cecc5dd
tests/test_execfile.py
@@ -46,7 +46,7 @@ def test_run_python_file(self):
46
self.assertEqual(mod_globs['__main__.DATA'], "xyzzy")
47
48
# Argv should have the proper values.
49
- self.assertEqual(mod_globs['argv0'], python_reported_file(TRY_EXECFILE))
+ self.assertEqual(mod_globs['argv0'], TRY_EXECFILE)
50
self.assertEqual(mod_globs['argv1-n'], ["arg1", "arg2"])
51
52
# __builtins__ should have the right values, like open().
0 commit comments