Version: 2.0.35, Package name: py-webtest-2.0.35 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description This 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. |
Filesize: 74.44 KB |
Version History (View Complete History) |
|
2021-11-01 18:03:00 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-03-14 15:31:43 by Kurt Mosiejczuk | Files touched by this commit (3) |
Log message: Update www/py-webtest to most recent version and drop python 2 flavor. Changelog (from https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst) 2.0.35 (2020-04-27) python3.8 compat Remove use of deprecated splittype and splithost 2.0.34 (2020-01-29) Fix the test length == 0 in check_content_type. Treat <input type="search"> like <input type="text">. Handle query parameters for the head method. 2.0.33 (2019-02-09) 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. 2.0.32 (2018-10-05) remove invalid email from setup.py 2.0.31 (2018-10-05) 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 ok sthen@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-11-08 16:40:06 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Move tests from py-nose to MODPY_PYTEST |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-10-18 17:19:56 by Daniel Jakots | Files touched by this commit (3) |
Log message: Update to py-webtest-2.0.30 From Elias Mariani |
2018-05-23 07:43:31 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update to py-webtest-2.0.29 - add python3 flavor |
2016-09-02 04:10:52 by Landry Breuil | Files touched by this commit (1) |
Log message: Add py-waitress to RUN_DEPENDS (and py-coverage to TEST_DEPENDS while here) |
2015-09-29 04:53:17 by Stuart Henderson | Files touched by this commit (22) |
Log message: bump REVISION for setuptools dep change. (should be the last one) |
2015-07-17 10:52:11 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to py-webtest-2.0.18. |
2015-04-02 08:21:18 by Jasper Lievisse Adriaanse | Files touched by this commit (187) |
Log message: - switch to MODPY_PI |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-08 12:15:30 by Remi Pointel | Files touched by this commit (62) |
Log message: bump after default python version switch |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-08-30 16:02:34 by Stuart Henderson | Files touched by this commit (34) |
Log message: bumps for python |
2010-01-10 05:36:35 by Federico G. Schwindt | Files touched by this commit (2) |
Log message: Update to WebTest 1.2 |