@@ -4,12 +4,12 @@ pytest-echo
4
4
5
5
6
6
.. image :: https://badge.fury.io/py/pytest-echo.svg
7
- :target: http ://badge.fury.io/py /pytest-echo
7
+ :target: https ://pypi.org/project /pytest-echo/
8
8
:alt: PyPI package
9
9
10
10
11
11
Print environment variables, package version and generic attributes,
12
- as they are at the begining of the test.
12
+ as they are at the beginning of the test.
13
13
14
14
Useful in the continuous integration to dump test
15
15
configuration/environment and or to check if attributes are properly set
@@ -33,7 +33,7 @@ Dump environment variables
33
33
34
34
.. code-block :: sh
35
35
36
- $ py.test --echo-env=HOME
36
+ $ pytest --echo-env=HOME
37
37
============================= test session starts =========================
38
38
platform linux2 -- Python 2.7.4 -- py-1.4.22 -- pytest-2.6.0 -- /bin/python
39
39
Environment:
@@ -46,7 +46,7 @@ Dump package version
46
46
47
47
.. code-block :: sh
48
48
49
- $ py.test --echo-version=pytest_echo
49
+ $ pytest --echo-version=pytest_echo
50
50
============================= test session starts =========================
51
51
platform linux2 -- Python 2.7.4 -- py-1.4.22 -- pytest-2.6.0 -- /bin/python
52
52
Package version:
@@ -65,7 +65,7 @@ Dump attributes
65
65
66
66
.. code-block :: sh
67
67
68
- $ py.test --echo-attr=django.conf.settings.DEBUG
68
+ $ pytest --echo-attr=django.conf.settings.DEBUG
69
69
============================= test session starts =========================
70
70
platform linux2 -- Python 2.7.4 -- py-1.4.22 -- pytest-2.6.0 -- /bin/python
71
71
Inspections
@@ -102,7 +102,7 @@ Example of use in a django project:
102
102
103
103
.. code-block :: sh
104
104
105
- $ py.test
105
+ $ pytest
106
106
============================= test session starts =========================
107
107
platform linux2 -- Python 2.7.4 -- py-1.4.22 -- pytest-2.6.0 -- /bin/python
108
108
Environment:
130
130
131
131
.. code-block :: sh
132
132
133
- $ py.test --echo-version=pytest-* --echo-env=VIRTUAL*
133
+ $ pytest --echo-version=pytest-* --echo-env=VIRTUAL*
134
134
135
135
or
136
136
@@ -152,33 +152,33 @@ Links
152
152
+--------------------+-----------------+---------------+----------------+
153
153
| Development | |dev-build | | |dev-cov | | |dev-doc | |
154
154
+--------------------+-----------------+---------------+----------------+
155
- | Project home page: | https://github.com/saxix /pytest-echo |
155
+ | Project home page: | https://github.com/pytest-dev /pytest-echo |
156
156
+--------------------+--------------------------------------------------+
157
- | Issue tracker: | https://github.com/saxix /pytest-echo/issues?sort |
157
+ | Issue tracker: | https://github.com/pytest-dev /pytest-echo/issues |
158
158
+--------------------+--------------------------------------------------+
159
- | CI: | https://travis-ci.org/saxix /pytest-echo |
159
+ | CI: | https://travis-ci.org/pytest-dev /pytest-echo |
160
160
+--------------------+--------------------------------------------------+
161
- | Download: | http ://pypi.python. org/pypi /pytest-echo/ |
161
+ | Download: | https ://pypi.org/project /pytest-echo/ |
162
162
+--------------------+--------------------------------------------------+
163
- | Documentation: | https://pytest-echo.readthedocs.org /en/latest/ |
163
+ | Documentation: | https://pytest-echo.readthedocs.io /en/latest/ |
164
164
+--------------------+--------------------------------------------------+
165
165
166
166
167
- .. |master-build | image :: https://secure. travis-ci.org/saxix /pytest-echo.png ?branch=master
168
- :target: http ://travis-ci.org/saxix /pytest-echo/
167
+ .. |master-build | image :: https://travis-ci.org/pytest-dev /pytest-echo.svg ?branch=master
168
+ :target: https ://travis-ci.org/pytest-dev /pytest-echo
169
169
170
- .. |master-cov | image :: https://codecov.io/gh/saxix /pytest-echo/branch/master/graph/badge.svg
171
- :target: https://codecov.io/gh/saxix /pytest-echo
170
+ .. |master-cov | image :: https://codecov.io/gh/pytest-dev /pytest-echo/branch/master/graph/badge.svg
171
+ :target: https://codecov.io/gh/pytest-dev /pytest-echo
172
172
173
173
.. |master-doc | image :: https://readthedocs.org/projects/pytest-echo/badge/?version=stable
174
- :target: http ://pytest-echo.readthedocs.io/en/stable/
174
+ :target: https ://pytest-echo.readthedocs.io/en/stable/
175
175
176
- .. |dev-build | image :: https://secure. travis-ci.org/saxix /pytest-echo.png ?branch=develop
177
- :target: http ://travis-ci.org/saxix /pytest-echo/
176
+ .. |dev-build | image :: https://travis-ci.org/pytest-dev /pytest-echo.svg ?branch=develop
177
+ :target: https ://travis-ci.org/pytest-dev /pytest-echo
178
178
179
- .. |dev-cov | image :: https://codecov.io/gh/saxix /pytest-echo/branch/develop/graph/badge.svg
180
- :target: https://codecov.io/gh/saxix /pytest-echo
179
+ .. |dev-cov | image :: https://codecov.io/gh/pytest-dev /pytest-echo/branch/develop/graph/badge.svg
180
+ :target: https://codecov.io/gh/pytest-dev /pytest-echo
181
181
182
182
.. |dev-doc | image :: https://readthedocs.org/projects/pytest-echo/badge/?version=latest
183
- :target: http ://pytest-echo.readthedocs.io/en/latest/
183
+ :target: https ://pytest-echo.readthedocs.io/en/latest/
184
184
0 commit comments