File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ ===========
1
2
pytest-echo
2
3
===========
3
4
5
+
4
6
.. image :: https://badge.fury.io/py/pytest-echo.svg
5
7
:target: http://badge.fury.io/py/pytest-echo
6
8
:alt: PyPI package
@@ -15,7 +17,7 @@ configuration/environment and or to check is attributes are properly set
15
17
16
18
17
19
Install
18
- -------
20
+ =======
19
21
20
22
install via::
21
23
@@ -28,10 +30,10 @@ The plugin provides ability to print some extra information prior to run the tes
28
30
29
31
30
32
Examples
31
- --------
33
+ ========
32
34
33
35
Dump environment variables
34
- ~~~~~~~~~~~~~~~~~~~~~~~~~~
36
+ --------------------------
35
37
36
38
.. code-block :: sh
37
39
@@ -43,7 +45,7 @@ Dump environment variables
43
45
44
46
45
47
Dump package version
46
- ~~~~~~~~~~~~~~~~~~~~
48
+ --------------------
47
49
48
50
.. code-block :: sh
49
51
@@ -60,7 +62,7 @@ Dump package version
60
62
should be present in the first level of the package
61
63
62
64
Dump attributes
63
- ~~~~~~~~~~~~~~~
65
+ ---------------
64
66
65
67
.. code-block :: sh
66
68
@@ -78,7 +80,7 @@ Dump attributes
78
80
79
81
80
82
Configure via tox.ini/setup.cfg/pytest.cfg
81
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83
+ ------------------------------------------
82
84
83
85
Example of use in a django project:
84
86
@@ -121,7 +123,7 @@ Example of use in a django project:
121
123
122
124
123
125
Globbing
124
- ~~~~~~~~
126
+ --------
125
127
126
128
Starting from version 1.5, is possible to glob packages version and environment variables,
127
129
as:
143
145
144
146
145
147
Links
146
- ~~~~~
148
+ -----
147
149
148
150
+--------------------+----------------+--------------+-----------------+
149
151
| Stable | |master-build | | |master-cov | | |master-doc | |
Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
+ =======================================
6
7
Welcome to pytest-echo's documentation!
7
8
=======================================
8
9
You can’t perform that action at this time.
0 commit comments