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
/
webtest
/
app.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
dont need a specific version
Gael Pasgrimaud
2015-05-04
1
-1
/
+1
*
fixed #135
Gael Pasgrimaud
2015-05-04
1
-1
/
+2
*
Properly check for default cookiejar arguments.
Julian Berman
2014-10-18
1
-2
/
+3
*
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
1
-0
/
+27
|
\
|
*
Fix a minor misunderstanding.
Theron Luhn
2014-06-04
1
-11
/
+2
|
*
Tidied up set_cookie.
Theron Luhn
2014-06-04
1
-74
/
+11
|
*
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 b...
Tomas Moreyra
2014-05-27
1
-0
/
+8
*
|
Call method as described in documentation.
soasme
2014-05-04
1
-1
/
+1
|
/
*
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
1
-2
/
+3
*
|
Fixed #89
Gael Pasgrimaud
2014-04-16
1
-7
/
+1
*
|
Fixed #108 cgi.parse_qsl is pending deprecation
Gael Pasgrimaud
2014-04-16
1
-2
/
+1
*
|
Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoder
Gael Pasgrimaud
2014-04-16
1
-5
/
+8
*
|
add authorization property
Gael Pasgrimaud
2014-04-16
1
-0
/
+37
*
|
Fixed #107 Explicit error message when WSGIProxy2 is not installer
Gael Pasgrimaud
2014-04-15
1
-2
/
+9
|
/
*
Adds ability to specify an HTML parser
Lyndsy Simon
2013-10-07
1
-1
/
+7
*
Allow specifying the MIME type of an uploaded file
Marius Gedminas
2013-09-16
1
-8
/
+13
*
added shortucts for xhr request; test for added code
Max Kharandziuk
2013-08-13
1
-20
/
+47
*
Decode the content before returning it
Alexis Métaireau
2013-08-05
1
-0
/
+4
*
Fix default value for delete params argument.
Nathan Ostgard
2013-07-31
1
-2
/
+3
*
Fix typo in docstring
Desmond Brand
2013-05-07
1
-1
/
+1
*
Completely rewrite API documentation
Domen Kožar
2013-02-23
1
-85
/
+94
*
Fixes to the doc, mostly links and typos.
Georges Dubus
2013-02-23
1
-10
/
+10
*
add changelog for wsgiproxy and more docs
Domen Kožar
2013-02-23
1
-2
/
+9
*
group private methods
Domen Kožar
2013-02-23
1
-143
/
+93
*
update docs a bit
Domen Kožar
2013-02-23
1
-25
/
+42
*
proxy support
Gael Pasgrimaud
2013-02-23
1
-5
/
+13
*
A file opened with 'b' mode can only returns bytes, not text. Remove the test.
Christophe de Vienne
2013-02-22
1
-3
/
+0
*
A copy of a webob.Request() cannot have content_length == -1. Removing the case.
Christophe de Vienne
2013-02-22
1
-2
/
+0
*
tests for cookies headers in request
Domen Kožar
2013-02-22
1
-0
/
+4
*
add only values of cookies inside self.cookies
Domen Kožar
2013-02-22
1
-2
/
+2
*
few more tests
Gael Pasgrimaud
2013-02-22
1
-13
/
+6
*
typo / use non unicode file for testing
Gael Pasgrimaud
2013-02-22
1
-1
/
+1
*
test paste variables
Gael Pasgrimaud
2013-02-22
1
-1
/
+1
*
add test for encode multipart
Gael Pasgrimaud
2013-02-22
1
-0
/
+5
*
move testresponse to his own module
Gael Pasgrimaud
2013-02-22
1
-539
/
+1
*
test bad content_types
Gael Pasgrimaud
2013-02-21
1
-1
/
+1
*
add a few pragma no cover for import errors we dont want to test
Gael Pasgrimaud
2013-02-21
1
-4
/
+4
*
Merge branch 'master' of github.com:Pylons/webtest
Gael Pasgrimaud
2013-02-21
1
-1
/
+2
|
\
|
*
garden
Domen Kožar
2013-02-21
1
-1
/
+2
[next]