| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dropped support for Python 2.7 and 3.5 | David Smith | 2020-11-07 | 1 | -13/+12 |
| | | |||||
| * | Merge pull request #226 from atlanticventures/master | Gael Pasgrimaud | 2020-04-30 | 1 | -0/+4 |
| |\ | | | | | _RequestCookieAdapter do not have a `host` property | ||||
| | * | Added new host property to _RequestCookieAdapter | Rudá Porto Filgueiras | 2020-01-09 | 1 | -0/+4 |
| | | | | | | | This is an edge case when running tests in a docker container. | ||||
| * | | Add queryparams to the head method. | Rémy HUBSCHER | 2020-01-23 | 1 | -0/+11 |
| |/ | | | | Fixes #220. | ||||
| * | Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2 | John Carter | 2019-01-18 | 1 | -1/+6 |
| | | | | | | | * skip tests that rely on assert if optimize is enabled * skip docstring test if PYTHONOPTIMIZE=2 * try/except on docstring handling in case of PYTHONOPTIMIZE=2 | ||||
| * | Fix strict cookie policy. | Florian Schulze | 2017-08-01 | 1 | -1/+1 |
| | | | | | | The commit b35063f1bc6f6b0cd92b68c56838f385b56e8d00 added a shortcut that breaks strict cookie policies. We now add ``.local`` to domain names with no dot in them. | ||||
| * | allow to use set_cookie when HTTP_HOST is set | Gael Pasgrimaud | 2017-03-15 | 1 | -1/+1 |
| | | |||||
| * | JSON methods respect content_type argument if passed | Steven Loria | 2015-11-14 | 1 | -2/+1 |
| | | | | | | Allows, for example: self.post_json(url, data, content_type='application/vnd.api+json') | ||||
| * | fixed #130 by removing useless code | Gael Pasgrimaud | 2015-02-05 | 1 | -4/+0 |
| | | |||||
| * | improve test coverage. we're back at 100% | Gael Pasgrimaud | 2014-04-16 | 1 | -1/+2 |
| | | |||||
| * | Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoder | Gael Pasgrimaud | 2014-04-16 | 1 | -2/+2 |
| | | |||||
| * | origin_req_host is an attribute. see #64 | Gael Pasgrimaud | 2013-04-17 | 1 | -3/+4 |
| | | |||||
| * | fixed #64 | Gael Pasgrimaud | 2013-04-17 | 1 | -5/+2 |
| | | |||||
| * | Support secure cookies | Andrey Lebedev | 2013-03-08 | 1 | -0/+15 |
| | | | | | | | Add missing methods to _RequestCookieAdapter to comply with requirements of urllib2.Request interfaces (specified at http://docs.python.org/2/library/cookielib.html#cookielib.CookieJar.add_cookie_header) | ||||
| * | Rewrote TestResponse._find_element. | Georges Dubus | 2013-02-23 | 1 | -15/+0 |
| | | | | | | Removed the anchor argument of TestResponse.click and the button argument of TestResponse.clickbutton. Removed utils.parse_attrs. | ||||
| * | Fixes to the doc, mostly links and typos. | Georges Dubus | 2013-02-23 | 1 | -3/+3 |
| | | | | | | Also added intersphinx (http://sphinx-doc.org/ext/intersphinx.html) to have nice links to the webob doc. | ||||
| * | group private methods | Domen Kožar | 2013-02-23 | 1 | -0/+46 |
| | | |||||
| * | __name__ can't be unicode and we use future's unicode_literals; use ↵ | Gael Pasgrimaud | 2013-02-22 | 1 | -1/+1 |
| | | | | | unitests2 with py26 | ||||
| * | 100% test coverage for webtest.utils | Mathieu Agopian | 2013-02-22 | 1 | -5/+3 |
| | | |||||
| * | Use cookielib.CookieJar, welcome to 2008. | Domen Kožar | 2013-02-21 | 1 | -27/+1 |
| | | |||||
| * | simplify utils.py, add unittests (incomplete) | Domen Kožar | 2013-02-21 | 1 | -39/+23 |
| | | |||||
| * | merge conflicts | Gael Pasgrimaud | 2013-02-12 | 1 | -2/+26 |
| |\ | |||||
| | * | Make TestApp.cookies smarter. | Julian Berman | 2013-02-11 | 1 | -2/+26 |
| | | | |||||
| * | | small improvement on json_method | Gael Pasgrimaud | 2013-01-29 | 1 | -3/+8 |
| | | | |||||
| * | | use a 'decorator' for *_json since they all have the same behavior. this ↵ | Gael Pasgrimaud | 2013-01-29 | 1 | -1/+30 |
| | | | | | | | | | remove useless duplicated code/docs | ||||
| * | | remove unsused code | Gael Pasgrimaud | 2013-01-28 | 1 | -36/+0 |
| |/ | |||||
| * | split code in forms and utils modules | Gael Pasgrimaud | 2012-12-09 | 1 | -0/+133 |
