Kaydet (Commit) 36526bf3 authored tarafından Michael Foord's avatar Michael Foord

Correct comment in unittest test

üst 37d120ae
......@@ -336,7 +336,7 @@ class TestCommandLineArgs(unittest.TestCase):
def testParseArgsAbsolutePathsThatCannotBeConverted(self):
program = self.program
# will this test work on Windows? (is '/...' considered absolute?)
# even on Windows '/...' is considered absolute by os.path.abspath
argv = ['progname', '/foo/bar/baz.py', '/green/red.py']
self._patch_isfile(argv)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment