summaryrefslogtreecommitdiff
path: root/doc/en/test
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-18 10:19:46 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-23 16:45:58 +0200
commit86fc31db8d3b5ae33d18be43efdf23ff6f2ce040 (patch)
treeae8ae2a58d26f99a5250b03f63db1099c9d04fbd /doc/en/test
parentb60376dc289ceae886c7d54d3c5c4074d9969791 (diff)
downloadpytest-86fc31db8d3b5ae33d18be43efdf23ff6f2ce040.tar.gz
apply most other hooks and opt out of black reformating
Diffstat (limited to 'doc/en/test')
-rw-r--r--doc/en/test/config.html1
-rw-r--r--doc/en/test/dist.html1
-rw-r--r--doc/en/test/extend.html1
-rw-r--r--doc/en/test/plugin/coverage.rst10
-rw-r--r--doc/en/test/plugin/figleaf.rst2
-rw-r--r--doc/en/test/test.html1
6 files changed, 6 insertions, 10 deletions
diff --git a/doc/en/test/config.html b/doc/en/test/config.html
index cba5a46f9..d452e78b0 100644
--- a/doc/en/test/config.html
+++ b/doc/en/test/config.html
@@ -15,4 +15,3 @@ pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
-
diff --git a/doc/en/test/dist.html b/doc/en/test/dist.html
index e328550a8..7b4aee979 100644
--- a/doc/en/test/dist.html
+++ b/doc/en/test/dist.html
@@ -15,4 +15,3 @@ pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
-
diff --git a/doc/en/test/extend.html b/doc/en/test/extend.html
index cba5a46f9..d452e78b0 100644
--- a/doc/en/test/extend.html
+++ b/doc/en/test/extend.html
@@ -15,4 +15,3 @@ pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
-
diff --git a/doc/en/test/plugin/coverage.rst b/doc/en/test/plugin/coverage.rst
index 71139d008..13a6be89b 100644
--- a/doc/en/test/plugin/coverage.rst
+++ b/doc/en/test/plugin/coverage.rst
@@ -6,22 +6,22 @@ Write and report coverage data with the 'coverage' package.
.. contents::
:local:
-Note: Original code by Ross Lawley.
+Note: Original code by Ross Lawley.
Install
--------------
Use pip to (un)install::
- pip install pytest-coverage
- pip uninstall pytest-coverage
+ pip install pytest-coverage
+ pip uninstall pytest-coverage
or alternatively use easy_install to install::
- easy_install pytest-coverage
+ easy_install pytest-coverage
-Usage
+Usage
-------------
To get full test coverage reports for a particular package type::
diff --git a/doc/en/test/plugin/figleaf.rst b/doc/en/test/plugin/figleaf.rst
index 0c1603ade..cff3d0484 100644
--- a/doc/en/test/plugin/figleaf.rst
+++ b/doc/en/test/plugin/figleaf.rst
@@ -12,7 +12,7 @@ Install
To install the plugin issue::
easy_install pytest-figleaf # or
- pip install pytest-figleaf
+ pip install pytest-figleaf
and if you are using pip you can also uninstall::
diff --git a/doc/en/test/test.html b/doc/en/test/test.html
index 7d00f718a..a1833bb9e 100644
--- a/doc/en/test/test.html
+++ b/doc/en/test/test.html
@@ -15,4 +15,3 @@ pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
-