| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more linkcheck and intersphinx fixes | Steve Piercy | 2018-09-10 | 2 | -9/+8 |
| | | |||||
| * | Fix failure of docs build due to no indentation of code block | Steve Piercy | 2018-09-10 | 1 | -8/+7 |
| | | | | | | - grammar fixes - add link via interspinx to python class | ||||
| * | Add ``Email`` class for input fields with type "email". | Michael Howitz | 2018-06-19 | 1 | -0/+6 |
| | | |||||
| * | fixed #193 | Gael Pasgrimaud | 2018-05-18 | 1 | -1/+1 |
| | | |||||
| * | Documentation bearer token and JWT authorization | Theron Luhn | 2018-04-26 | 1 | -2/+6 |
| | | |||||
| * | avoid UnicodeDecodeError in linter with py2; fixed #186 | Gael Pasgrimaud | 2017-10-21 | 1 | -4/+7 |
| | | |||||
| * | Preserve submit order for radio inputs. | Florian Schulze | 2017-10-09 | 1 | -7/+22 |
| | | |||||
| * | Fix strict cookie policy. | Florian Schulze | 2017-08-01 | 2 | -5/+6 |
| | | | | | | The commit b35063f1bc6f6b0cd92b68c56838f385b56e8d00 added a shortcut that breaks strict cookie policies. We now add ``.local`` to domain names with no dot in them. | ||||
| * | Improved linting for http headers | Brendan McCollam | 2017-05-02 | 1 | -24/+23 |
| | | | | | | | | Verify that header names and values are 'native strings' that can be encoded as latin-1. Don't need to coerce headers to str | ||||
| * | fixed #146 | Gael Pasgrimaud | 2017-04-12 | 1 | -1/+8 |
| | | |||||
| * | .json now return .json_body; fixed #177 | Gael Pasgrimaud | 2017-03-15 | 1 | -5/+2 |
| | | |||||
| * | allow to use set_cookie when HTTP_HOST is set | Gael Pasgrimaud | 2017-03-15 | 2 | -4/+7 |
| | | |||||
| * | always show response; fixed #176 | Gael Pasgrimaud | 2017-03-05 | 1 | -1/+1 |
| | | |||||
| * | pep8 | Gael Pasgrimaud | 2017-03-05 | 1 | -2/+1 |
| | | |||||
| * | add JWT. fixed #153 | Gael Pasgrimaud | 2017-03-05 | 1 | -2/+3 |
| | | |||||
| * | Fix #173: Do not omit file uploads without a file from post. | Michael Howitz | 2017-02-05 | 1 | -0/+4 |
| | | |||||
| * | Remove remaining references to ordereddict package | Corey Wright | 2017-02-01 | 2 | -6/+1 |
| | | | | | | | Now that Python 2.6 is unsupported, references to the ordereddict package can be removed in preference of using OrderedDict from the Python standard library's collections module. | ||||
| * | Fix typo in comment | Peter Inglesby | 2017-01-12 | 1 | -1/+1 |
| | | |||||
| * | use text_type() instead of str(). see #164 | Gael Pasgrimaud | 2016-09-15 | 2 | -11/+3 |
| | | |||||
| * | do not guess encoding if response's charset is set. See #160 | Gael Pasgrimaud | 2016-07-21 | 2 | -4/+12 |
| | | |||||
| * | make sure str and text_type are checked | Pranay Suresh | 2016-04-10 | 1 | -1/+1 |
| | | |||||
| * | reduce complexity use text_type | Pranay Suresh | 2016-04-10 | 1 | -11/+3 |
| | | |||||
| * | support python2 and python3 | Pranay Suresh | 2016-04-10 | 1 | -3/+13 |
| | | |||||
| * | support bearer auth | Pranay Suresh | 2016-04-07 | 1 | -0/+2 |
| | | |||||
| * | Set Referer on form.submit() (#147) | Benjamin Dauvergne | 2016-03-31 | 1 | -0/+2 |
| | | | | | It complies with usual behaviour of current browsers. | ||||
| * | Set Referer header on .click() and .clickbutton() (#147) | Benjamin Dauvergne | 2016-03-31 | 1 | -1/+4 |
| | | | | | It complies with usual behavior of current browsers. | ||||
| * | 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') | ||||
| * | reset values of select multiple | Yannick Chabbert | 2015-05-29 | 1 | -12/+7 |
| | | |||||
| * | dont need a specific version | Gael Pasgrimaud | 2015-05-04 | 1 | -1/+1 |
| | | |||||
| * | fixed #135 | Gael Pasgrimaud | 2015-05-04 | 1 | -1/+2 |
| | | |||||
| * | fixed #131 prevent passing HTML parameters that conflict with Field kwargs. | Joeri Bekker | 2015-02-06 | 1 | -0/+6 |
| | | |||||
| * | fixed #130 by removing useless code | Gael Pasgrimaud | 2015-02-05 | 1 | -4/+0 |
| | | |||||
| * | Avoid raising encoding errors from debugapp | Laurence Rowe | 2014-12-19 | 1 | -1/+1 |
| | | | | | This is needed to write WSGIProxy2 tests with quoted utf8 paths. | ||||
| * | Properly check for default cookiejar arguments. | Julian Berman | 2014-10-18 | 1 | -2/+3 |
| | | |||||
| * | avoid weird bug when conn is not really established | Gael Pasgrimaud | 2014-09-19 | 1 | -1/+1 |
| | | |||||
| * | Small fix to `TestApp.set_cookie` | Theron Luhn | 2014-07-28 | 1 | -2/+2 |
| | | |||||
| * | add support for checking custom reason phrase using status parameter | Lie Ryan | 2014-06-20 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'set-cookie' of github.com:luhn/webtest | Gael Pasgrimaud | 2014-06-04 | 2 | -0/+105 |
| |\ | |||||
| | * | Fix a minor misunderstanding. | Theron Luhn | 2014-06-04 | 2 | -13/+13 |
| | | | |||||
| | * | Tidied up set_cookie. | Theron Luhn | 2014-06-04 | 2 | -74/+80 |
| | | | | | | | | | As requested by @gawel | ||||
| | * | Fix Python 3 tests. | Theron Luhn | 2014-06-02 | 1 | -2/+1 |
| | | | |||||
| | * | Implement a set_cookie method in TestApp. | Theron Luhn | 2014-06-02 | 1 | -0/+100 |
| | | | |||||
| * | | Added method TestApp.set_parser_features to change the parser_features used ↵ | Tomas Moreyra | 2014-05-27 | 1 | -0/+8 |
| | | | | | | | | | by BeautifulSoup. | ||||
| * | | Call method as described in documentation. | soasme | 2014-05-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed #110. Don't ignore forced value on Radio input | Zeb DeOs | 2014-04-24 | 1 | -1/+3 |
| |/ | |||||
| * | Fixed #84 Application cookies for localhost are no longer ignored | Gael Pasgrimaud | 2014-04-17 | 1 | -1/+19 |
| | | |||||
| * | Fixed #106. added a few documentation | Gael Pasgrimaud | 2014-04-17 | 1 | -3/+13 |
| | | |||||
| * | Merge branch 'master' of https://github.com/dmlayton/webtest | Gael Pasgrimaud | 2014-04-17 | 1 | -2/+3 |
| |\ | |||||
| | * | make wrapping the app in the lint middleware optional | dmlayton | 2014-02-13 | 1 | -2/+3 |
| | | | |||||
| * | | improve test coverage. we're back at 100% | Gael Pasgrimaud | 2014-04-16 | 4 | -5/+7 |
| | | | |||||
