summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-02-10 13:05:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-02-10 13:05:54 -0500
commit5815d14c33f287e2ab4bfe67347b2700c4c166fc (patch)
tree49ee6dea7da9545e03d097832419f66c1862b4d5
parent28bb6b6a885acfcb34b42b11b5d4220144b8fb2a (diff)
downloadpython-coveragepy-5815d14c33f287e2ab4bfe67347b2700c4c166fc.tar.gz
A little more
-rw-r--r--coverage/plugin.py3
1 files changed, 3 insertions, 0 deletions
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
============