changeset: 74746:5eb47e1732a0 branch: 3.2 parent: 74738:6f6100a752ba user: Ned Deily date: Fri Feb 03 23:14:37 2012 +0100 files: Lib/test/test_pydoc.py description: Issue #13861: Prevent test_apropos* test case failures in test_pydoc. diff -r 6f6100a752ba -r 5eb47e1732a0 Lib/test/test_pydoc.py --- a/Lib/test/test_pydoc.py Fri Feb 03 02:42:16 2012 +0100 +++ b/Lib/test/test_pydoc.py Fri Feb 03 23:14:37 2012 +0100 @@ -399,7 +399,7 @@ badsyntax = os.path.join(pkgdir, "__init__") + os.extsep + "py" with open(badsyntax, 'w') as f: f.write("invalid python syntax = 1ドル\n") - result = run_pydoc('nothing', '-k', PYTHONPATH=TESTFN) + result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN) self.assertEqual(b'', result) def test_apropos_with_unreadable_dir(self): @@ -409,7 +409,7 @@ self.addCleanup(os.rmdir, self.unreadable_dir) # Note, on Windows the directory appears to be still # readable so this is not really testing the issue there - result = run_pydoc('nothing', '-k', PYTHONPATH=TESTFN) + result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN) self.assertEqual(b'', result)

AltStyle によって変換されたページ (->オリジナル) /