https://github.com/level12/flask-webtest
Utilities for testing Flask applications with WebTest
https://github.com/level12/flask-webtest
Last synced: about 1 year ago
JSON representation
Utilities for testing Flask applications with WebTest
- Host: GitHub
- URL: https://github.com/level12/flask-webtest
- Owner: level12
- License: other
- Created: 2013-05-12T06:13:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T22:52:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T03:38:27.804Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 228 KB
- Stars: 40
- Watchers: 3
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: changelog.rst
- License: LICENSE
Awesome Lists containing this project
README
Flask-WebTest
=============
.. image:: https://dl.circleci.com/status-badge/img/gh/level12/flask-webtest/tree/master.svg?style=svg
:target: https://dl.circleci.com/status-badge/redirect/gh/level12/flask-webtest/tree/master
Flask-WebTest provides a set of utilities to ease testing Flask applications with WebTest.
As a small-in-scope project and relatively mature/stable, lack of recent commits does not indicate
it is abandoned. Occasionally, Flask or another dependency will deprecate imports. Most updates
here will be to resolve those breakages when they occur.
Installation
------------
``pip install flask-webtest``
Documentation
-------------
Documentation is available on `Read the Docs`_.
.. _Read the Docs: https://flask-webtest.readthedocs.org/en/latest/