| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Git on Windows will silently turn `\n` into `\r\n`, causing the test of this ↵github-actions | Steve Piercy | 2020-11-18 | 1 | -1/+3 |
| | | | | | | | file's upload content comparison to fail. See https://github.com/Pylons/webtest/pull/231#issuecomment-726989829 | ||||
| * | Git on Windows will silently turn `\n` into `\r\n`, causing the test of this ↵ | Steve Piercy | 2020-11-13 | 1 | -0/+5 |
| | | | | | | | file's upload content comparison to fail. See https://github.com/Pylons/webtest/pull/231#issuecomment-726989829 | ||||
| * | Add back macos | Steve Piercy | 2020-11-13 | 1 | -0/+3 |
| | | |||||
| * | Install pytest-cov | Steve Piercy | 2020-11-13 | 3 | -14/+2 |
| | | | | | Remove remnants of nosetests and replace with pytest | ||||
| * | Remove coverage per platform, keep for separate build. | Steve Piercy | 2020-11-13 | 2 | -2/+1 |
| | | | | | Remove extra `--cov` | ||||
| * | Attempt Windows builds by running coverage via pytest | Steve Piercy | 2020-11-13 | 3 | -1/+8 |
| | | |||||
| * | Abandon attempts on macos and windows builds | Steve Piercy | 2020-11-12 | 1 | -9/+0 |
| | | |||||
| * | Formatting. Remove coverage erase. | Steve Piercy | 2020-11-12 | 1 | -3/+5 |
| | | |||||
| * | Add back macos to matrix | Steve Piercy | 2020-11-12 | 1 | -3/+3 |
| | | |||||
| * | Add back Windows to matrix | Steve Piercy | 2020-11-12 | 1 | -5/+5 |
| | | |||||
| * | Run coverage against py39 first | Steve Piercy | 2020-11-12 | 1 | -1/+1 |
| | | |||||
| * | Try just building on Linux to isolate failure | Steve Piercy | 2020-11-12 | 1 | -8/+8 |
| | | |||||
| * | On pushes only to master, build | Steve Piercy | 2020-11-12 | 1 | -2/+1 |
| | | |||||
| * | Simplify tox coverage env | Steve Piercy | 2020-11-12 | 1 | -7/+5 |
| | | |||||
| * | - Add Python 3.9 | Steve Piercy | 2020-11-12 | 5 | -48/+100 |
| | | | | | | | | | - Merge deps and requirements from tox.ini into setup.py, and remove from tox.ini. - Set minimum coverage percent to 100. WebTest's coverage has actually been failing for over 7 years. Oops! https://travis-ci.org/github/Pylons/webtest/jobs/23066821 - Bump docs tox env to Python 3.9 - Sort reqs and extras in setup.py - Use consistent indentation in tox.ini | ||||
| * | Merge pull request #229 from icemac/clean-up-drop-py2 | Gael Pasgrimaud | 2020-11-10 | 3 | -5/+7 |
| |\ | | | | | Clean-up after dropping Python 2 support. | ||||
| | * | Clean-up after dropping Python 2 support. | Michael Howitz | 2020-11-10 | 3 | -5/+7 |
| |/ | | | | | | These are the things I'd suggest to do additionally when dropping Python 2 support. They ensure that users still using Python 2 do not accidentally install this new version. | ||||
| * | Merge pull request #228 from smithdc1/master | Gael Pasgrimaud | 2020-11-09 | 25 | -329/+179 |
| |\ | | | | | Drop support for Python 2.7 and 3.5 | ||||
| | * | Updated travis, setup.py and changelog.rst | David Smith | 2020-11-07 | 3 | -10/+2 |
| | | | |||||
| | * | Dropped support for Python 2.7 and 3.5 | David Smith | 2020-11-07 | 22 | -319/+177 |
| |/ | |||||
| * | Merge pull request #227 from adamchainz/pytest_collect_warning | Gael Pasgrimaud | 2020-08-02 | 2 | -0/+6 |
| |\ | | | | | Prevent PytestCollectionWarning for TestApp | ||||
| | * | Prevent PytestCollectionWarning for TestApp | Adam Johnson | 2020-07-28 | 2 | -0/+6 |
| |/ | | | | | | As per my blog post: https://adamj.eu/tech/2020/07/28/how-to-fix-a-pytest-collection-warning-about-web-tests-test-app-class/ pytest tries to collect `TestApp` where it's imported and raises a warning when it finds it's not a test class. Users currently have to work around this, but it can be solved here by addition of this attribute. | ||||
| * | Merge pull request #226 from atlanticventures/master | Gael Pasgrimaud | 2020-04-30 | 1 | -0/+4 |
| |\ | | | | | _RequestCookieAdapter do not have a `host` property | ||||
| | * | Merge pull request #1 from rudaporto/master | Rudá Porto Filgueiras | 2020-01-13 | 1 | -0/+4 |
| | |\ | | | | | | | Added new host property to _RequestCookieAdapter | ||||
| | | * | 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. | ||||
| * | | Back to development: 2.0.36 | Gael Pasgrimaud | 2020-04-27 | 2 | -1/+7 |
| | | | |||||
| * | | Preparing release 2.0.352.0.35 | Gael Pasgrimaud | 2020-04-27 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #225 from timgates42/bugfix_typo_requests | Steve Piercy | 2020-04-01 | 1 | -1/+1 |
| |\ \ | | | | | | | docs: Fix simple typo, requets -> requests | ||||
| | * | | docs: Fix simple typo, requets -> requests | Tim Gates | 2020-04-01 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | There is a small typo in webtest/app.py. Closes #224 | ||||
| * | | changes | Gael Pasgrimaud | 2020-03-26 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #223 from tommilligan/python3.8 | Gael Pasgrimaud | 2020-03-26 | 3 | -1/+4 |
| |\ \ | | | | | | | ci: test and mark as python3.8 compatible | ||||
| | * | | ci: test and mark as python3.8 compatible | Tom Milligan | 2020-03-26 | 3 | -1/+4 |
| |/ / | |||||
| * | | Merge pull request #222 from Tenzer/remove-deprecated-unused-code | Gael Pasgrimaud | 2020-02-26 | 2 | -8/+0 |
| |\ \ | | | | | | | Remove use of deprecated splittype and splithost | ||||
| | * | | Remove use of deprecated splittype and splithost | Jeppe Fihl-Pearson | 2020-02-25 | 2 | -8/+0 |
| |/ / | | | | | | | | | The lines of code which made use of these methods doesn't have any effect so can just be removed. | ||||
| * | | Back to development: 2.0.35 | Gael Pasgrimaud | 2020-01-29 | 2 | -1/+7 |
| | | | |||||
| * | | Preparing release 2.0.342.0.34 | Gael Pasgrimaud | 2020-01-29 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #221 from Natim/220-add-head-params | Gael Pasgrimaud | 2020-01-23 | 3 | -9/+17 |
| |\ \ | |/ |/| | Add queryparams to the head method. | ||||
| | * | No need for urlencode anymore. | Rémy HUBSCHER | 2020-01-23 | 1 | -1/+0 |
| | | | |||||
| | * | Add queryparams to the head method. | Rémy HUBSCHER | 2020-01-23 | 3 | -8/+17 |
| |/ | | | | Fixes #220. | ||||
| * | Merge pull request #219 from cjwatson/search-field | Gael Pasgrimaud | 2019-11-10 | 2 | -0/+4 |
| |\ | | | | | Support <input type="search"> | ||||
| | * | Support <input type="search"> | Colin Watson | 2019-11-10 | 2 | -0/+4 |
| |/ | | | | | | https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search) describes the difference between `type="text"` and `type="search"` as being primarily stylistic. | ||||
| * | classifiers | Gael Pasgrimaud | 2019-10-11 | 1 | -4/+0 |
| | | |||||
| * | no longer test py34 | Gael Pasgrimaud | 2019-10-11 | 2 | -3/+1 |
| | | |||||
| * | Merge pull request #216 from kotofos/refactor-fix | Gael Pasgrimaud | 2019-10-11 | 1 | -1/+1 |
| |\ | | | | | Fix bad variable name in check_header | ||||
| | * | Fix bad variable name in check_header | kotofos | 2019-10-09 | 1 | -1/+1 |
| |/ | | | Fix regression introduced in 7d539b6a924edb7af728b3c47b71a06944b41e1d | ||||
| * | Merge pull request #213 from postmasters/patch-1 | Gael Pasgrimaud | 2019-04-11 | 2 | -2/+2 |
| |\ | | | | | Use truth test instead of length == 0 | ||||
| | * | Use truth test instead of length == 0 | postmasters | 2019-04-10 | 2 | -2/+2 |
| |/ | | | | | | `length` is initially set to `None`. When there is no `Content-Length` header, `length` will still be `None`. So the test `length == 0` is not entirely correct. | ||||
| * | Merge pull request #211 from lrowe/patch-3 | Gael Pasgrimaud | 2019-02-16 | 1 | -1/+1 |
| |\ | | | | | Fix DeprecationWarning: invalid escape sequence \s | ||||
| | * | Fix DeprecationWarning: invalid escape sequence \s | Laurence Rowe | 2019-02-15 | 1 | -1/+1 |
| |/ | |||||
| * | Back to development: 2.0.34 | Gael Pasgrimaud | 2019-02-09 | 2 | -1/+7 |
| | | |||||
