@@ -14,20 +14,29 @@ Upcoming release
14
14
--------------------------
15
15
16
16
- Add ``--start-live-server ``/``--no-start-live-server `` options to prevent
17
- live server from starting automatically (#36), thanks to @EliRibble.
17
+ live server from starting automatically (` #36 `_ ), thanks to ` @EliRibble `_ .
18
18
19
19
- Fix title formatting in documentation.
20
20
21
+
22
+ .. _#36 : https://github.com/vitalk/pytest-flask/issues/36
23
+ .. _@EliRibble : https://github.com/EliRibble
24
+
25
+
21
26
0.9.0 (compared to 0.8.1)
22
27
-------------------------
23
28
24
29
- Rename marker used to pass options to application, e.g. ``pytest.mark.app ``
25
- is now ``pytest.mark.options `` (#35).
30
+ is now ``pytest.mark.options `` (` #35 `_ ).
26
31
27
32
- Documentation badge points to the package documentation.
28
33
29
34
- Add Travis CI configuration to ensure the tests are passed in supported
30
- environments (#32).
35
+ environments (`#32 `_).
36
+
37
+
38
+ .. _#32 : https://github.com/vitalk/pytest-flask/issues/32
39
+ .. _#35 : https://github.com/vitalk/pytest-flask/issues/35
31
40
32
41
0.8.1
33
42
-----
@@ -38,12 +47,16 @@ Upcoming release
38
47
-----
39
48
40
49
- New ``request_ctx `` fixture which contains all request relevant
41
- information (#29).
50
+ information (`#29 `_).
51
+
52
+ .. _#29 : https://github.com/vitalk/pytest-flask/issues/29
42
53
43
54
0.7.5
44
55
-----
45
56
46
- - Use pytest ``monkeypath `` fixture to teardown application config (#27).
57
+ - Use pytest ``monkeypath `` fixture to teardown application config (`#27 `_).
58
+
59
+ .. _#27 : https://github.com/vitalk/pytest-flask/issues/27
47
60
48
61
0.7.4
49
62
-----
@@ -53,7 +66,9 @@ Upcoming release
53
66
0.7.3
54
67
-----
55
68
56
- - Use retina-ready badges in documentation (#21).
69
+ - Use retina-ready badges in documentation (`#21 `_).
70
+
71
+ .. _#21 : https://github.com/vitalk/pytest-flask/issues/21
57
72
58
73
0.7.2
59
74
-----
@@ -63,44 +78,67 @@ Upcoming release
63
78
0.7.1
64
79
-----
65
80
66
- - Single-sourcing package version (#24), as per `"Python Packaging User Guide"
81
+ - Single-sourcing package version (` #24 `_ ), as per `"Python Packaging User Guide"
67
82
<https://packaging.python.org/en/latest/single_source_version.html#single-sourcing-the-version> `_.
68
83
84
+ .. _#24 : https://github.com/vitalk/pytest-flask/issues/24
85
+
69
86
0.7.0
70
87
-----
71
88
72
- - Add package documentation (#20).
89
+ - Add package documentation (`#20 `_).
90
+
91
+ .. _#20 : https://github.com/vitalk/pytest-flask/issues/20
73
92
74
93
0.6.3
75
94
-----
76
95
77
- - Better documentation in README with reST formatting (#18), thanks to @greedo.
96
+ - Better documentation in README with reST formatting (`#18 `_), thanks
97
+ to `@greedo `_.
98
+
99
+
100
+ .. _#18 : https://github.com/vitalk/pytest-flask/issues/18
101
+ .. _@greedo : https://github.com/greedo
78
102
79
103
0.6.2
80
104
-----
81
105
82
- - Release the random port before starting the application live server (#17),
83
- thanks to @davehunt.
106
+ - Release the random port before starting the application live server (`#17 `_),
107
+ thanks to `@davehunt `_.
108
+
109
+
110
+ .. _#17 : https://github.com/vitalk/pytest-flask/issues/17
111
+ .. _@davehunt : https://github.com/davehunt
84
112
85
113
0.6.1
86
114
-----
87
115
88
116
- Bind live server to a random port instead of 5000 or whatever is passed on
89
117
the command line, so it’s possible to execute tests in parallel via
90
- pytest-dev/pytest-xdist (#15). Thanks to @davehunt.
118
+ pytest-dev/pytest-xdist (` #15 `_ ). Thanks to ` @davehunt `_ .
91
119
92
120
- Remove ``--liveserver-port `` option.
93
121
122
+
123
+ .. _#15 : https://github.com/vitalk/pytest-flask/issues/15
124
+ .. _@davehunt : https://github.com/davehunt
125
+
94
126
0.6.0
95
127
-----
96
128
97
- - Fix typo in option help for ``--liveserver-port ``, thanks to @svenstaro.
129
+ - Fix typo in option help for ``--liveserver-port ``, thanks to `@svenstaro `_.
130
+
131
+ .. _@svenstaro : https://github.com/svenstaro
98
132
99
133
0.5.0
100
134
-----
101
135
102
- - Add ``live_server `` fixture uses to run application in the background (#11),
103
- thanks to @svenstaro.
136
+ - Add ``live_server `` fixture uses to run application in the background (`#11 `_),
137
+ thanks to `@svenstaro `_.
138
+
139
+
140
+ .. _#11 : https://github.com/vitalk/pytest-flask/issues/11
141
+ .. _@svenstaro : https://github.com/svenstaro
104
142
105
143
0.4.0
106
144
-----
@@ -110,7 +148,9 @@ Upcoming release
110
148
0.3.4
111
149
-----
112
150
113
- - Include package requirements into distribution (#8).
151
+ - Include package requirements into distribution (`#8 `_).
152
+
153
+ .. _#8 : https://github.com/vitalk/pytest-flask/issues/8
114
154
115
155
0.3.3
116
156
-----
0 commit comments