File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,15 @@ Next Release
10
10
- Add new ``--live-server-port `` option to select the port the live server will use (`#82 `_).
11
11
Thanks `@RazerM `_ for the PR.
12
12
13
+ - Now ``live_server `` will try to stop the server cleanly by emitting a ``SIGINT `` signal and
14
+ waiting 5 seconds for the server to shutdown. If the server is still running after 5 seconds,
15
+ it will be forcefully terminated. This behavior can be changed by passing
16
+ ``--no-live-server-clean-stop `` in the command-line (`#49 `_).
17
+ Thanks `@jadkik `_ for the PR.
18
+
19
+ .. _@jadkik : https://github.com/jadkik
13
20
.. _@RazerM : https://github.com/RazerM
21
+ .. _#49 : https://github.com/pytest-dev/pytest-flask/issues/49
14
22
.. _#82 : https://github.com/pytest-dev/pytest-flask/pull/82
15
23
16
24
You can’t perform that action at this time.
0 commit comments