From 2e09bd04887216b4f0438efd9ee0169b0ca49503 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 24 Sep 2016 20:39:22 -0400 Subject: Change the debug=callers test to something that will be coverable --- coverage/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/debug.py') diff --git a/coverage/debug.py b/coverage/debug.py index d173f43..957a6fe 100644 --- a/coverage/debug.py +++ b/coverage/debug.py @@ -124,7 +124,7 @@ def log(msg, stack=False): # pragma: debugging dump_stack_frames(out=f, skip=1) -def enable_aspectlib_maybe(): +def enable_aspectlib_maybe(): # pragma: debugging """For debugging, we can use aspectlib to trace execution. Define COVERAGE_ASPECTLIB to enable and configure aspectlib to trace -- cgit v1.2.1