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 d244856 commit 2c291f0Copy full SHA for 2c291f0
1 file changed
Lib/test/test_bdb.py
@@ -976,6 +976,9 @@ def test_load_bps_from_previous_Bdb_instance(self):
976
reset_Breakpoint()
977
db1 = Bdb()
978
fname = db1.canonic(__file__)
979
+ # These line numbers are sensitive to this test file itself.
980
+ # They must have associated bytecode, so update them if the file header
981
+ # changes.
982
db1.set_break(__file__, 51)
983
self.assertEqual(db1.get_all_breaks(), {fname: [51]})
984
0 commit comments