index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
test
/
webtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove components from webtest no longer presented by cheroot. Fixes #1708.
Jason R. Coombs
2018-05-11
1
-2
/
+2
*
Run pre-commit
v12.0.1
Jason R. Coombs
2017-11-20
1
-3
/
+3
*
Restore cherrypy.test.webtest as a module to ensure it and its contents are i...
Jason R. Coombs
2017-11-20
1
-0
/
+11
*
Use cheroot 5.9 for webtest module.
Jason R. Coombs
2017-11-16
1
-622
/
+0
*
whitespace removal
Dan Vinakovsky
2017-08-29
1
-1
/
+1
*
add tests
Dan Vinakovsky
2017-08-29
1
-0
/
+10
*
Use six for http imports
Jason R. Coombs
2017-07-09
1
-2
/
+2
*
PEP8fy codebase: eliminated F821 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-3
/
+2
*
PEP8fy codebase: eliminated E121 and E131 flake8 errors
Sviatoslav Sydorenko
2017-03-12
1
-3
/
+3
*
PEP8fy codebase: eliminated W503 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-3
/
+6
*
PEP8fy codebase: eliminated E305 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-2
/
+0
*
Add PATCH to method_with_bodies in .test.webtest
Sviatoslav Sydorenko
2017-01-01
1
-1
/
+1
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-57
/
+57
*
Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...
Jason R. Coombs
2016-07-24
1
-3
/
+3
*
Remove unused imports and wildcard import
Jason R. Coombs
2016-07-24
1
-9
/
+8
*
Remove unused import
Jason R. Coombs
2016-07-24
1
-1
/
+1
*
Replaced 'unicodestr' with 'six.text_type'
Jason R. Coombs
2016-06-05
1
-7
/
+7
*
Rely on six for Python 3 differentiation
Jason R. Coombs
2016-06-05
1
-5
/
+7
*
Allow webtest interactivity to be disabled with an environment variable.
Jason R. Coombs
2016-04-30
1
-1
/
+25
*
Substitute the `issubclass` function to `isinstance` to avoid the use of magi...
Joel Rivera
2016-03-10
1
-2
/
+1
*
Add new argument to openURL for the testsuite to be able to
Joel Rivera
2016-03-03
1
-8
/
+25
*
Remove a hacky monkeypatch. Replace with a simple decoding of the URL on Pyth...
Jason R. Coombs
2016-02-06
1
-32
/
+5
*
Remove compatibility code
Jason R. Coombs
2016-02-06
1
-11
/
+1
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-8
/
+19
*
More pep8 cleanups
Gustavo Picon
2014-01-12
1
-2
/
+2
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-7
/
+19
*
Fixed failure on Python 2 in cherrypy.test.test_request_obj:RequestObjectTest...
Jason R. Coombs
2012-12-26
1
-1
/
+1
*
Fixed failing test case when mimetypes.guess_type('foo.jpeg')[0] == 'image/pj...
Jason R. Coombs
2012-03-13
1
-1
/
+13
*
Re-saved with whitespace cleanup
Jason R. Coombs
2012-03-13
1
-9
/
+7
*
A couple of Python2.3 fixes.
Robert Brewer
2011-07-02
1
-3
/
+3
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+575
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-535
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-10
/
+17
*
#948 System.in cannot be used in a module that will be loaded by Jython and C...
Sylvain Hellegouarch
2010-09-27
1
-2
/
+1
*
#948 implementing getchar on the Jython platform
Sylvain Hellegouarch
2010-09-27
1
-4
/
+11
*
A couple test tweaks.
Robert Brewer
2010-04-24
1
-1
/
+0
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-125
/
+51
*
A couple syncs with python3.
Robert Brewer
2009-10-17
1
-8
/
+8
*
Removed py3print.
Robert Brewer
2009-06-14
1
-12
/
+12
*
trunk - making assertInBody the same as in python3 branch.
Lakin Wecker
2009-06-02
1
-1
/
+1
*
trunk: more syntax syncs with python3, including a couple bugfixes that were ...
Robert Brewer
2009-06-02
1
-1
/
+1
*
trunk - adding a flush that is needed in python3. Might be superfluous here.
Lakin Wecker
2009-06-01
1
-1
/
+2
*
trunk - a missing import. + whitespace fixes + callable calls removed + pytho...
Lakin Wecker
2009-06-01
1
-0
/
+1
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-12
/
+12
*
trunk - adding test_auth_basic and test_auth_digest into the normal test runs...
Lakin Wecker
2009-06-01
1
-0
/
+2
*
Added test to allow checking for existance of a certain value in a comma-deli...
jaraco
2009-03-31
1
-0
/
+11
*
cherrypy.test - fixing a buglet in r2145 where the unused parts were in the w...
Lakin Wecker
2009-03-04
1
-1
/
+1
*
cherrypy.test - updating webtest/helper to allow test names to contain full p...
Lakin Wecker
2009-03-04
1
-0
/
+4
*
Refactored the interface() function a bit. New WebCase.get_conn method.
Robert Brewer
2009-02-10
1
-32
/
+34
*
Whew. Fixed the whole test suite to properly handle the --host arg.
Robert Brewer
2008-11-08
1
-0
/
+14
[next]