index
:
delta/python-packages/webtest.git
docs-cleanup
form_charset
github-actions
issue-templates-contributing
main
master
pytest
six
stevepiercy-patch-1
github.com: Pylons/webtest.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TestResponse.clickbutton onclick kwarg
ordinary-jamie
2023-03-09
1
-0
/
+4
*
Support for multiple file input
Éloi Rivard
2022-01-16
1
-4
/
+48
*
Fixed #236: app.lxml support xml responses with encoding declaration
Gael Pasgrimaud
2021-08-26
1
-4
/
+17
*
pep8
Gael Pasgrimaud
2021-08-26
1
-1
/
+2
*
Remove all references to thte six package
Boris Staletic
2020-12-17
1
-1
/
+1
*
Dropped support for Python 2.7 and 3.5
David Smith
2020-11-07
11
-145
/
+70
*
Prevent PytestCollectionWarning for TestApp
Adam Johnson
2020-07-28
1
-0
/
+3
*
fixed #210
Gael Pasgrimaud
2019-02-09
1
-0
/
+7
*
raise AssertionError on close
John Carter
2019-01-19
1
-2
/
+0
*
Converted lint check_* functions to raise AssertionError instead of assert
John Carter
2019-01-19
1
-4
/
+2
*
Explicitly raise AssertionError in response checks
John Carter
2019-01-19
1
-4
/
+2
*
Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
John Carter
2019-01-18
3
-2
/
+16
*
Use empty string as default value for submit and button (#205)
Benjamin Dauvergne
2018-10-04
1
-0
/
+11
*
switch to pytest
Gael Pasgrimaud
2018-09-22
1
-16
/
+16
*
fixed #193
Gael Pasgrimaud
2018-05-18
1
-0
/
+15
*
avoid UnicodeDecodeError in linter with py2; fixed #186
Gael Pasgrimaud
2017-10-21
1
-1
/
+17
*
Preserve submit order for radio inputs.
Florian Schulze
2017-10-09
2
-0
/
+39
*
Fix strict cookie policy.
Florian Schulze
2017-08-01
1
-0
/
+33
*
Improves testing of check_headers
Brendan McCollam
2017-05-02
1
-6
/
+26
*
Fix fails in existing tests from unicode headers
Brendan McCollam
2017-05-02
3
-2
/
+18
*
fixed #146
Gael Pasgrimaud
2017-04-12
1
-0
/
+21
*
allow to use set_cookie when HTTP_HOST is set
Gael Pasgrimaud
2017-03-15
1
-0
/
+7
*
Fix #173: Do not omit file uploads without a file from post.
Michael Howitz
2017-02-05
1
-3
/
+7
*
Remove remaining references to ordereddict package
Corey Wright
2017-02-01
1
-1
/
+1
*
fix tests (ignore contributing.rst)
Gael Pasgrimaud
2016-12-16
1
-5
/
+1
*
add test case for bearer auth and append to invalid auth test case
Pranay Suresh
2016-04-10
1
-0
/
+18
*
Set Referer on form.submit() (#147)
Benjamin Dauvergne
2016-03-31
1
-0
/
+4
*
Set Referer header on .click() and .clickbutton() (#147)
Benjamin Dauvergne
2016-03-31
1
-0
/
+10
*
JSON methods respect content_type argument if passed
Steven Loria
2015-11-14
1
-0
/
+7
*
reset values of select multiple
Yannick Chabbert
2015-05-29
1
-0
/
+14
*
Properly check for default cookiejar arguments.
Julian Berman
2014-10-18
1
-0
/
+5
*
add support for checking custom reason phrase using status parameter
Lie Ryan
2014-06-20
1
-0
/
+7
*
Merge branch 'set-cookie' of github.com:luhn/webtest
Gael Pasgrimaud
2014-06-04
1
-0
/
+21
|
\
|
*
Implement a set_cookie method in TestApp.
Theron Luhn
2014-06-02
1
-0
/
+21
*
|
Fixed #110. Don't ignore forced value on Radio input
Zeb DeOs
2014-04-24
1
-0
/
+10
|
/
*
Fixed #84 Application cookies for localhost are no longer ignored
Gael Pasgrimaud
2014-04-17
1
-0
/
+24
*
improve test coverage. we're back at 100%
Gael Pasgrimaud
2014-04-16
2
-0
/
+13
*
pep8 everywhere
Gael Pasgrimaud
2014-04-16
5
-42
/
+46
*
Fixed #89
Gael Pasgrimaud
2014-04-16
1
-12
/
+0
*
Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoder
Gael Pasgrimaud
2014-04-16
1
-2
/
+3
*
pep8
Gael Pasgrimaud
2014-04-16
1
-20
/
+23
*
add authorization property
Gael Pasgrimaud
2014-04-16
1
-0
/
+41
*
rename .txt to .rst; also looks like the new nose.plugins.xunit break almost ...
Gael Pasgrimaud
2014-04-15
1
-6
/
+2
*
fix an issue with xunit & py2.6. 2.6 will die soon hopefully
Gael Pasgrimaud
2014-04-15
1
-0
/
+4
*
Allow selecting by text for multi selects
Markus Bertheau
2014-01-23
1
-0
/
+12
*
Allow selecting by text for single selects
Markus Bertheau
2014-01-23
1
-0
/
+11
*
resolve conflict
Gael Pasgrimaud
2014-01-17
2
-0
/
+25
|
\
|
*
Allow selecting submit button by value
Markus Bertheau
2014-01-17
2
-0
/
+25
*
|
Merge branch 'ignore-input-type-file-value' of https://github.com/mbertheau/w...
Gael Pasgrimaud
2014-01-17
1
-1
/
+1
|
\
\
|
*
|
Ignore the value attribute of <input type="file">
Markus Bertheau
2014-01-16
1
-1
/
+1
|
|
/
[next]