Path to this page:
./
www/py-WebTest,
Helper to test WSGI applications
Branch: CURRENT,
Version: 2.0.35,
Package name: py37-WebTest-2.0.35,
Maintainer: pkgsrc-usersThis wraps any WSGI application and makes it easy to send test requests to
that application, without starting up an HTTP server.
This provides convenient full-stack testing of applications written with any
WSGI-compatible framework.
Required to run:[
devel/py-setuptools] [
www/py-beautifulsoup4] [
lang/py-six] [
www/py-WebOb] [
www/py-waitress] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 4dd3377f2aae74c2f35bf8b77906c3fd15c58ba7
RMD160: 29eb0d9ea4e4516a774cab33c53623afe041e0cb
Filesize: 74.44 KB
Version history: (Expand)
- (2020-05-13) Updated to version: py37-WebTest-2.0.35
- (2020-04-23) Updated to version: py37-WebTest-2.0.34
- (2019-02-15) Updated to version: py27-WebTest-2.0.33
- (2018-12-14) Updated to version: py27-WebTest-2.0.32
- (2018-07-26) Updated to version: py27-WebTest-2.0.30
- (2017-10-23) Updated to version: py27-WebTest-2.0.29
CVS history: (Expand)
2020-05-13 16:44:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-WebTest: updated to 2.0.35
2.0.35:
- python3.8 compat
- Remove use of deprecated splittype and splithost
|
2020-04-23 12:34:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-WebTest: updated to 2.0.34
2.0.34:
- Fix the test ``length == 0`` in ``check_content_type``.
- Treat ``<input type="search">`` like ``<input \
type="text">``.
- Handle query parameters for the ``head`` method.
|
2019-02-15 14:01:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-WebTest: updated to 2.0.33
2.0.33:
- Fixed 210. Allow to reset select multiple with field.value = []
- Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
- Fixed 196. Fix deprecation warnings for collections to use
collections.abc for Iterable on Python 3.
|
2018-12-14 14:41:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-WebTest: updated to 2.0.32
2.0.32:
- remove invalid email from setup.py
2.0.31:
- py33 is no longer supported. It may works but has been removed from tox config
- Fixed 205: Use empty string as default value for submit and button
- tests use pytest
- docs use the standard Pylons template on RTD
|
2018-07-26 12:47:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-WebTest: updated to 2.0.30
2.0.30:
- Add Email class for input fields with type "email".
- Documentation bearer token and JWT authorization
|
2017-10-22 22:33:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-WebTest: update to 2.0.29
2.0.29:
- Bugfix: Preserve submit order for radio inputs.
- Fixed 186: avoid UnicodeDecodeError in linter with py2 when a header contain
non ascii chars
|
2017-09-04 19:00:46 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
2.0.28:
- Fixed 185: Fix strict cookie policy
- Fixed 146: Improve fields value checking when enctype is multipart
- Fixed 119: Assertion error should be raised when you have non-string
response header
- Bugfix: Allow to set an int value to form fields when enctype is multipart
- Added py36 to tox.ini / .travis.yaml
|
2017-07-13 08:09:38 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fixed patch-setup.py
|