@@ -12,7 +12,7 @@ Print environment variables, package version and generic attributes,
12
12
as they are at the begining of the test.
13
13
14
14
Useful in the continuous integration to dump test
15
- configuration/environment and or to check is attributes are properly set
15
+ configuration/environment and or to check if attributes are properly set
16
16
(ie. you change environment with `os.environ `)
17
17
18
18
@@ -25,10 +25,6 @@ install via::
25
25
26
26
27
27
28
- The plugin provides ability to print some extra information prior to run the tests.
29
-
30
-
31
-
32
28
Examples
33
29
========
34
30
@@ -57,6 +53,7 @@ Dump package version
57
53
pytest_echo: 0.1
58
54
plugins: echo, pydev, cov, cache, django
59
55
56
+
60
57
.. warning :: The first attempt to retrieve the version is done via setuptools
61
58
if it fails, the module is imported (``__import__(package) ``) to retrieve the version reading
62
59
``get_version ``, ``__version__ ``, ``VERSION ``, ``version `` so any module
150
147
Links
151
148
-----
152
149
153
- +--------------------+----------------+--------------+- ----------------+
154
- | Stable | |master-build | | |master-cov | | |master-doc | |
155
- +--------------------+----------------+--------------+- ----------------+
156
- | Development | |dev-build | | |dev-cov | | |dev-doc | |
157
- +--------------------+--------------------------------- ----------------+
158
- | Project home page: |https://github.com/saxix/pytest-echo |
159
- +--------------------+-------------------------------------------------+
160
- | Issue tracker: |https://github.com/saxix/pytest-echo/issues?sort |
161
- +--------------------+-------------------------------------------------+
162
- | CI: |https://travis-ci.org/saxix/pytest-echo |
163
- +--------------------+-------------------------------------------------+
164
- | Download: |http://pypi.python.org/pypi/pytest-echo/ |
165
- +--------------------+-------------------------------------------------+
166
- | Documentation: |https://pytest-echo.readthedocs.org/en/latest/ |
167
- +--------------------+-------------------------------------------------+
150
+ +--------------------+----------------- +---------------+ ----------------+
151
+ | Stable | |master-build | | |master-cov | | |master-doc | |
152
+ +--------------------+----------------- +---------------+ ----------------+
153
+ | Development | |dev-build | | |dev-cov | | |dev-doc | |
154
+ +--------------------+-----------------+ ---------------+ ----------------+
155
+ | Project home page: | https://github.com/saxix/pytest-echo |
156
+ +--------------------+-------------------------------------------------- +
157
+ | Issue tracker: | https://github.com/saxix/pytest-echo/issues?sort |
158
+ +--------------------+-------------------------------------------------- +
159
+ | CI: | https://travis-ci.org/saxix/pytest-echo |
160
+ +--------------------+-------------------------------------------------- +
161
+ | Download: | http://pypi.python.org/pypi/pytest-echo/ |
162
+ +--------------------+-------------------------------------------------- +
163
+ | Documentation: | https://pytest-echo.readthedocs.org/en/latest/ |
164
+ +--------------------+-------------------------------------------------- +
168
165
169
166
170
167
.. |master-build | image :: https://secure.travis-ci.org/saxix/pytest-echo.png?branch=master
@@ -180,8 +177,8 @@ Links
180
177
:target: http://travis-ci.org/saxix/pytest-echo/
181
178
182
179
.. |dev-cov | image :: https://codecov.io/gh/saxix/pytest-echo/branch/develop/graph/badge.svg
183
- :target: https://codecov.io/gh/saxix/pytest-echo
180
+ :target: https://codecov.io/gh/saxix/pytest-echo
184
181
185
182
.. |dev-doc | image :: https://readthedocs.org/projects/pytest-echo/badge/?version=latest
186
- :target: http://pytest-echo.readthedocs.io/en/latest/
183
+ :target: http://pytest-echo.readthedocs.io/en/latest/
187
184
0 commit comments