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 | be4a96d85bd5dd8328fcde9a77ee9a25f096881c (patch) | |
| tree | 0334e2ea6532432bba643f4ae90fe4f504ef617f /doc/plugins.rst | |
| parent | 7c325cb60eda2aa768ac7a2965bc535f0677223e (diff) | |
| download | python-coveragepy-be4a96d85bd5dd8328fcde9a77ee9a25f096881c.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 e7ed2bd..027b0b8 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 |
