summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pdb.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-19 01:00:35 (GMT)
committerGitHub <noreply@github.com>2021-07-19 01:00:35 (GMT)
commit2c2055884420f22afb4d2045bbdab7aa1394cb63 (patch)
tree24422a1428981e6a41266ddcd20e32968be597ae /Lib/test/test_pdb.py
parent35b98e38b6edd63153fc8e092f94cb20725dacc1 (diff)
downloadcpython-2c2055884420f22afb4d2045bbdab7aa1394cb63.zip
cpython-2c2055884420f22afb4d2045bbdab7aa1394cb63.tar.gz
cpython-2c2055884420f22afb4d2045bbdab7aa1394cb63.tar.bz2
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
- Refactor module/script handling to share an interface (check method). - Import functools and adjust tests for the new line number for find_function. - Use cached_property for details. - Add blurb. Automerge-Triggered-By: GH:jaraco
Diffstat (limited to 'Lib/test/test_pdb.py')
-rw-r--r--Lib/test/test_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py
index 17634c7..5fe7517 100644
--- a/Lib/test/test_pdb.py
+++ b/Lib/test/test_pdb.py
@@ -362,7 +362,7 @@ def test_pdb_breakpoints_preserved_across_interactive_sessions():
1 breakpoint keep yes at ...test_pdb.py:...
2 breakpoint keep yes at ...test_pdb.py:...
(Pdb) break pdb.find_function
- Breakpoint 3 at ...pdb.py:94
+ Breakpoint 3 at ...pdb.py:97
(Pdb) break
Num Type Disp Enb Where
1 breakpoint keep yes at ...test_pdb.py:...