We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b7a1a commit 623d54dCopy full SHA for 623d54d
Lib/test/test_pdb.py
@@ -3943,7 +3943,7 @@ def test_readrc_current_dir(self):
3943
self.assertEqual(pdb.Pdb().rcLines[0], "invalid")
3944
self.assertEqual(len(pdb.Pdb().rcLines), 1)
3945
3946
- def test_readrc_home_twice(self):
+ def test_readrc_cwd_is_home(self):
3947
with os_helper.EnvironmentVarGuard() as env:
3948
env.unset("HOME")
3949
with os_helper.temp_cwd() as cwd, patch("os.path.expanduser"):
0 commit comments