SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-pytest-flask-1.2.0-lp155.2.2.noarch.rpm :

* Wed Aug 31 2022 Jürgen Löhel - Python-Flask >= 1.0.4 is necessary https://github.com/spec-first/connexion/issues/991
* Wed Aug 31 2022 Jürgen Löhel - 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 AATTjadkik.
* Tue Sep 01 2020 Jürgen Löhel - 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 AATThavok2063 for the initial patch and AATTTWood67 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
* Wed May 15 2019 Juergen Loehel - Upgrade to version 0.15.0:
* Properly register the options marker.
* Thu Nov 08 2018 jloehelAATTsuse.com- Upgrade to version 0.14.0:
* New --live-server-host command-line option to set the host name used by the live_server fixture.
* Fri Oct 05 2018 jloehelAATTsuse.com- 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 AATTRazerM 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 AATTjadkik 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 AATTdusktreader for the PR (#86).
* Wed Sep 05 2018 jloehelAATTsuse.com- 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
* Tue Jun 13 2017 jloehelAATTsuse.com- initial commit
 
ICM