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 |
---|---|---|
_link | 0000000124 124 Bytes | |
pytest-flask-1.2.0.tar.gz | 0000032446 31.7 KB | |
python-pytest-flask.changes | 0000001261 1.23 KB | |
python-pytest-flask.spec | 0000002053 2 KB |
Revision 7 (latest revision is 10)
Dirk Mueller (dirkmueller)
committed
(revision 7)
- update to 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`` * Speedup live server start time. Use `socket` instead of server pulling to check server availability and add new ``--live-server-wait`` option to set the live server wait timeout.
Comments 1
https://github.com/pytest-dev/pytest/issues/5532