mirror of
https://github.com/python/cpython.git
synced 2025-12-11 19:40:17 +00:00
Correct comment in unittest test
This commit is contained in:
parent
37d120aeb4
commit
36526bf3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ class TestCommandLineArgs(unittest.TestCase):
|
||||||
|
|
||||||
def testParseArgsAbsolutePathsThatCannotBeConverted(self):
|
def testParseArgsAbsolutePathsThatCannotBeConverted(self):
|
||||||
program = self.program
|
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']
|
argv = ['progname', '/foo/bar/baz.py', '/green/red.py']
|
||||||
self._patch_isfile(argv)
|
self._patch_isfile(argv)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue