12
12
:target: https://pypi.org/project/pytest-dependency/
13
13
:alt: PyPI version
14
14
15
- pytest-dependency - Manage dependencies of tests
15
+ pytest-dependency – Manage dependencies of tests
16
16
================================================
17
17
18
18
This pytest plugin manages dependencies of tests. It allows to mark
@@ -23,9 +23,9 @@ skipped if any of the dependencies did fail or has been skipped.
23
23
Download
24
24
--------
25
25
26
- The latest release version can be found at PyPI, see
26
+ The latest release version can be found ` at PyPI `__.
27
27
28
- https://pypi.org/project/pytest-dependency/
28
+ .. __ : ` PyPI site `_
29
29
30
30
31
31
System requirements
@@ -70,20 +70,20 @@ the site-packages directory of your Python installation.
70
70
Documentation
71
71
-------------
72
72
73
- The documentation can be found at
74
-
75
- https://pytest-dependency.readthedocs.io/
73
+ See the `online documentation `__.
76
74
77
75
The example test modules used in the documentation can be found in
78
76
doc/examples in the source distribution.
79
77
78
+ .. __ : `Read the Docs site `_
79
+
80
80
81
81
Copyright and License
82
82
---------------------
83
83
84
- - Copyright 2013- 2015
84
+ - Copyright 2013– 2015
85
85
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
86
- - Copyright 2016- 2020 Rolf Krahl
86
+ - Copyright 2016– 2020 Rolf Krahl
87
87
88
88
Licensed under the Apache License, Version 2.0 (the "License"); you
89
89
may not use this file except in compliance with the License. You may
@@ -98,6 +98,8 @@ implied. See the License for the specific language governing
98
98
permissions and limitations under the License.
99
99
100
100
101
+ .. _PyPI site : https://pypi.org/project/pytest-dependency/
101
102
.. _setuptools : http://pypi.python.org/pypi/setuptools/
102
103
.. _pytest : http://pytest.org/
103
104
.. _setuptools_scm : https://github.com/pypa/setuptools_scm/
105
+ .. _Read the Docs site : https://pytest-dependency.readthedocs.io/
0 commit comments