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
1010- Add new ``--live-server-port `` option to select the port the live server will use (`#82 `_).
1111 Thanks `@RazerM `_ for the PR.
1212
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
1320.. _@RazerM : https://github.com/RazerM
21+ .. _#49 : https://github.com/pytest-dev/pytest-flask/issues/49
1422.. _#82 : https://github.com/pytest-dev/pytest-flask/pull/82
1523
1624
You can’t perform that action at this time.
0 commit comments