diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-10 13:05:54 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-10 13:05:54 -0500 |
commit | 297c2e6982aef90bc822a7af94939693cb8b36cd (patch) | |
tree | 76a59b8fb4ebfd5a3935779627ae2a65e5749fad /coverage/plugin.py | |
parent | 5197eba7ad12ca5ef191ae57d72263f0eb8bf8cf (diff) | |
download | python-coveragepy-git-297c2e6982aef90bc822a7af94939693cb8b36cd.tar.gz |
A little more
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py index d5a9d591..db7ca0a7 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 ============ |