summaryrefslogtreecommitdiff
path: root/coverage/debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/debug.py')
-rw-r--r--coverage/debug.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/debug.py b/coverage/debug.py
index fbffc569..b4c65d26 100644
--- a/coverage/debug.py
+++ b/coverage/debug.py
@@ -9,6 +9,9 @@ import os
# This is a list of forced debugging options.
FORCED_DEBUG = []
+# A hack for debugging testing in sub-processes.
+_TEST_NAME_FILE = "" # "/tmp/covtest.txt"
+
class DebugControl(object):
"""Control and output for debugging."""