File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 1.1.0 (UNRELEASED)
7
+ ------------------
8
+
9
+ - Speedup live server start time. Use `socket ` instead of server
10
+ pulling (`#58 `_) to check server availability and add new
11
+ ``--live-server-wait `` option to set the live server wait timeout.
12
+ Thanks to `@jadkik `_.
13
+
14
+
6
15
1.0.0 (2020-03-03)
7
16
------------------
8
17
@@ -85,9 +94,6 @@ Changelog
85
94
86
95
- Implement deployment using Travis, following in line with many other pytest plugins.
87
96
88
- - Speedup live server start time. Use `socket ` instead of server
89
- pulling (`#58 `_) to check server availability. Thanks to `@jadkik `_.
90
-
91
97
- Allow live server to handle concurrent requests (`#56 `_), thanks to
92
98
`@mattwbarry `_ for the PR.
93
99
You can’t perform that action at this time.
0 commit comments