diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 13:21:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 13:21:53 -0400 |
commit | cac28dc30e095ff336be3df69363fa9100e0038c (patch) | |
tree | 98184b6f0c863b3ecd9eb162ff16a0fe6588b57f /doc/plugins.rst | |
parent | c61920c057d78361a2238baedf2d7218021ac835 (diff) | |
download | python-coveragepy-git-cac28dc30e095ff336be3df69363fa9100e0038c.tar.gz |
Plugin doc tweaking
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index e7ed2bd8..027b0b8f 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -48,7 +48,7 @@ coverage.py plugin called ``something.plugin``. Check the documentation for the plugin to see if it takes any options, and what they are. -#. Run your tests as you usually would. +#. Run your tests with coverage.py as you usually would. Plugin API @@ -58,9 +58,12 @@ Plugin API .. autoclass:: CoveragePlugin :members: + :member-order: bysource .. autoclass:: FileTracer :members: + :member-order: bysource .. autoclass:: FileReporter :members: + :member-order: bysource |