Revisions of python-pytest-flask

Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 9)
- Python-Flask >= 1.0.4 is necessary
  https://github.com/spec-first/connexion/issues/991
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 8)
- Upgrade to version 1.2.0:
  * Remove deprecated :meth:live_server.url
  * fixture request_ctx is now deprecated and will be removed in the future
  * JSONReponse.json removed in favour of Werkzeug.wrappers.Response.json
- Upgrade to version 1.1.0
  * Speedup live server start time. Use socket instead of server pulling (#58) to
    check server availability and add new --live-server-wait option to set the live
    server wait timeout. Thanks to @jadkik.
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 7)
- Upgrade to version 1.0.0:
  * live_server is now session-scoped by default. This can be changed by
    using the live-server_scope option in your pytest.ini. Thanks @havok2063
    for the initial patch and @TWood67 for finishing it up.
  * pytest 5.2 or later is now required.
  * Python 2.7 and 3.4 are no longer supported
  * Fix ImportError with Werkzeug
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 6)
- Upgrade to version 0.15.0:
  * Properly register the options marker.
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 5)
- Upgrade to version 0.14.0:
  * New --live-server-host command-line option to set the host name used by the live_server fixture.
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 4)
- Upgrade to version 0.13.0
  - pytest-flask now requires pytest>=3.6 (#84).
  - Add new --live-server-port option to select 
    the port the live server will use (#82).
    Thanks @RazerM for the PR.
  - Now live_server will try to stop the server
    cleanly by emitting a SIGINT signal and waiting
    5 seconds for the server to shutdown. If the 
    server is still running after 5 seconds, it 
    will be forcefully terminated. This behavior
    can be changed by passing --no-live-server-clean-stop
    in the command-line (#49). 
    Thanks @jadkik for the PR.
  - Internal fixes silence pytest warnings, more 
    visible now with pytest-3.8.0 (#84).
  - JSONReponse now supports comparison directly with 
    status codes.
    Thanks @dusktreader for the PR (#86).
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 3)
Forgot to add the tarball.
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 2)
- Upgrade to version 0.11.0:
  * Implement deployment using Travis, following in line with many other pytest plugins.
  * Allow live server to handle concurrent requests.
  * Fix broken link to pytest documentation.
  * Tox support
Jürgen Löhel's avatar Jürgen Löhel (jloehel) committed (revision 1)
- initial commit
Displaying all 9 revisions
openSUSE Build Service is sponsored by