From 5815d14c33f287e2ab4bfe67347b2700c4c166fc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 10 Feb 2018 13:05:54 -0500 Subject: A little more --- coverage/plugin.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index d5a9d59..db7ca0a 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -50,6 +50,9 @@ attributes whose names start with ``_coverage_``. Don't be startled. code before coverage.py can start measuring. This can result in your own code being reported as missing. + One solution is to put your plugins in your project tree, but not in + your importable Python package. + File Tracers ============ -- cgit v1.2.1