pytest-flask
An extension of pytest test runner which provides a set of useful tools to simplify testing and development of the Flask extensions and applications.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / python-pytest-flask
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:pytest/python-pytest-flask && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pytest-flask-1.3.0.tar.gz | 0000035816 35 KB | |
python-pytest-flask.changes | 0000001819 1.78 KB | |
python-pytest-flask.spec | 0000001992 1.95 KB |
Revision 9 (latest revision is 10)
Dirk Mueller (dirkmueller)
committed
(revision 9)
- update to 1.3.0: * Fix compatibility with ``Flask 3.0`` -- the consequence is that the deprecated and incompatible ``request_ctx`` has been removed. * Fix bug in ``:meth:pytest_flask.fixtures.live_server`` * where ``SESSION_COOKIE_DOMAIN`` was set to false due to * ``original_server_name`` defaulting to "localhost". * The new default is "localhost.localdomain". * Drop support for python 3.6 and 3.5
Comments 1
https://github.com/pytest-dev/pytest/issues/5532