summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #248 from ordinary-jamie/feature/add-clickbutton-kwargHEADmainGael Pasgrimaud2023-03-092-2/+8
|\ | | | | Add TestResponse.clickbutton onclick kwarg
| * Add TestResponse.clickbutton onclick kwargordinary-jamie2023-03-092-2/+8
|/ | | | This change allows the TestResponse to follow customised onclick buttons
* fix tox -e docs build using allowlist_externalsGael Pasgrimaud2023-01-031-1/+2
|
* PyQuery object now use the html parser. Fix #245Gael Pasgrimaud2023-01-031-1/+1
|
* Merge pull request #247 from jvanasco/mainGael Pasgrimaud2023-01-035-6/+7
|\ | | | | rename "master" to "main"
| * rename "master" to "main"jonathan vanasco2022-11-165-6/+7
|/
* Merge pull request #246 from timgates42/bugfix_typosGael Pasgrimaud2022-11-012-2/+2
|\ | | | | docs: Fix a few typos
| * docs: Fix a few typosTim Gates2022-11-012-2/+2
|/ | | | | | | | | | | | There are small typos in: - webtest/http.py - webtest/lint.py Fixes: - Should read `formatted` rather than `formated`. - Should read `compliance` rather than `compliancy`. Signed-off-by: Tim Gates <tim.gates@iress.com>
* Merge pull request #244 from sblondon/remove-py2-caseGael Pasgrimaud2022-08-181-6/+0
|\ | | | | Remove python2.5 and older unicode workaround
| * Remove python2.5 and older unicode workaroundStéphane Blondon2022-08-031-6/+0
|/
* Merge pull request #242 from azmeuk/issue-240-multiple-file-inputmasterGael Pasgrimaud2022-01-194-6/+64
|\ | | | | Support for multiple file input
| * Support for multiple file inputÉloi Rivard2022-01-164-6/+64
| |
* | Merge pull request #241 from azmeuk/py310Gael Pasgrimaud2022-01-199-14/+14
|\ \ | |/ |/| stop python3.6 support
| * stop python3.6 supportÉloi Rivard2022-01-169-14/+14
|/
* Merge pull request #239 from sjscott84/clarify-forms-in-docsSteve Piercy2022-01-051-1/+2
|\ | | | | Clarify use of forms property when more then one form in html
| * Update docs/forms.rstSteve Piercy2022-01-051-1/+1
| |
| * Clarify use of forms property when more then one form in htmlSarah Scott2022-01-061-1/+2
|/
* Fixed #236: app.lxml support xml responses with encoding declarationGael Pasgrimaud2021-08-262-5/+30
|
* pep8Gael Pasgrimaud2021-08-261-1/+2
|
* bump to 3x in releasing.rstGael Pasgrimaud2021-08-191-5/+5
|
* Back to development: 3.0.1Gael Pasgrimaud2021-08-192-1/+7
|
* Preparing release 3.0.03.0.0Gael Pasgrimaud2021-08-192-2/+2
|
* changes: avoid pytest warningGael Pasgrimaud2021-08-191-0/+2
|
* Merge pull request #235 from andygarfield/patch-1Steve Piercy2021-07-281-1/+1
|\ | | | | Typo fix
| * Typo fixAndy Garfield2021-07-281-1/+1
|/
* Merge pull request #232 from bstaletic/masterGael Pasgrimaud2020-12-174-11/+8
|\ | | | | Remove all references to thte six package
| * Remove all references to thte six packageBoris Staletic2020-12-174-11/+8
|/
* Merge pull request #231 from Pylons/github-actionsGael Pasgrimaud2020-11-188-68/+114
|\ | | | | Switch from Travis to GitHub Actions
| * Git on Windows will silently turn `\n` into `\r\n`, causing the test of this ↵github-actionsSteve Piercy2020-11-181-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 Piercy2020-11-131-0/+5
| | | | | | | | | | | | file's upload content comparison to fail. See https://github.com/Pylons/webtest/pull/231#issuecomment-726989829
| * Add back macosSteve Piercy2020-11-131-0/+3
| |
| * Install pytest-covSteve Piercy2020-11-133-14/+2
| | | | | | | | Remove remnants of nosetests and replace with pytest
| * Remove coverage per platform, keep for separate build.Steve Piercy2020-11-132-2/+1
| | | | | | | | Remove extra `--cov`
| * Attempt Windows builds by running coverage via pytestSteve Piercy2020-11-133-1/+8
| |
| * Abandon attempts on macos and windows buildsSteve Piercy2020-11-121-9/+0
| |
| * Formatting. Remove coverage erase.Steve Piercy2020-11-121-3/+5
| |
| * Add back macos to matrixSteve Piercy2020-11-121-3/+3
| |
| * Add back Windows to matrixSteve Piercy2020-11-121-5/+5
| |
| * Run coverage against py39 firstSteve Piercy2020-11-121-1/+1
| |
| * Try just building on Linux to isolate failureSteve Piercy2020-11-121-8/+8
| |
| * On pushes only to master, buildSteve Piercy2020-11-121-2/+1
| |
| * Simplify tox coverage envSteve Piercy2020-11-121-7/+5
| |
| * - Add Python 3.9Steve Piercy2020-11-125-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-py2Gael Pasgrimaud2020-11-103-5/+7
|\ | | | | Clean-up after dropping Python 2 support.
| * Clean-up after dropping Python 2 support.Michael Howitz2020-11-103-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/masterGael Pasgrimaud2020-11-0925-329/+179
|\ | | | | Drop support for Python 2.7 and 3.5
| * Updated travis, setup.py and changelog.rstDavid Smith2020-11-073-10/+2
| |
| * Dropped support for Python 2.7 and 3.5David Smith2020-11-0722-319/+177
|/
* Merge pull request #227 from adamchainz/pytest_collect_warningGael Pasgrimaud2020-08-022-0/+6
|\ | | | | Prevent PytestCollectionWarning for TestApp
| * Prevent PytestCollectionWarning for TestAppAdam Johnson2020-07-282-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.