[ buster ]
[ 源代码: webtest ]
软件包:python-webtest(2.0.32-1)
wraps any WSGI application and makes it easy to test
WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable).
其他与 python-webtest 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-bs4
- error-tolerant HTML parser for Python
-
- dep: python-paste (>= 1.7.1)
- tools for using a Web Server Gateway Interface stack - Python 2.x
-
- dep: python-pastedeploy
- load, configure, and compose WSGI applications and servers - Python 2.x
-
- dep: python-six
- Python 2 和 3 兼容库(Python 2 接口)
-
- dep: python-waitress (>= 0.8.5)
- production-quality pure-Python WSGI server
-
- dep: python-webob (>= 1.2)
- Python module providing WSGI request and response objects (Python 2)
-
- rec: python-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- rec: python-pyquery
- jQuery-like library for python 2
-
- sug: python-webtest-doc
- wraps any WSGI application and makes it easy to test