Skip to content

Commit

Permalink
test: include lock debugging in the debug_callers test
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 4, 2022
1 parent 20886dd commit cf712c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_debug_trace_pid(self):
assert re_lines(pid_prefix + "Not tracing ", out_lines)

def test_debug_callers(self):
out_lines = self.f1_debug_output(["pid", "dataop", "dataio", "callers"])
out_lines = self.f1_debug_output(["pid", "dataop", "dataio", "callers", "lock"])
# For every real message, there should be a stack trace with a line like
# "f1_debug_output : /Users/ned/coverage/tests/test_debug.py @71"
real_messages = re_lines(r":\d+", out_lines, match=False)
Expand Down

0 comments on commit cf712c6

Please sign in to comment.