From 8ad2ddf936df8d6083d481f59198af5008ce39f1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Oct 2019 17:25:54 -0400 Subject: Context-switching plugins should be listed in debug output --- coverage/control.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage') diff --git a/coverage/control.py b/coverage/control.py index 1a31bba8..474b8682 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -946,6 +946,7 @@ class Coverage(object): ('CTracer', 'available' if CTracer else "unavailable"), ('plugins.file_tracers', plugin_info(self._plugins.file_tracers)), ('plugins.configurers', plugin_info(self._plugins.configurers)), + ('plugins.context_switchers', plugin_info(self._plugins.context_switchers)), ('configs_attempted', self.config.attempted_config_files), ('configs_read', self.config.config_files_read), ('config_file', self.config.config_file), -- cgit v1.2.1