mirror of https://github.com/python/cpython
Correct comment in unittest test
This commit is contained in:
parent
37d120aeb4
commit
36526bf3d9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue