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
*
fix pypy support
Domen Kožar
2012-11-13
1
-1
/
+2
*
Add test for multiple sets of multiple fields with the same name being interm...
ianjosephwilson@gmail.com
2012-10-03
1
-40
/
+78
*
Fix test to submit the fields in the order they occur in the html, including ...
ianjosephwilson@gmail.com
2012-10-03
1
-3
/
+4
*
fix a bug when nose try tu use unicode(resp)
Gael Pasgrimaud
2012-09-19
2
-1
/
+15
*
add casperjs contextmanager
Gael Pasgrimaud
2012-09-03
3
-0
/
+65
*
add a test for Cookie header
Gael Pasgrimaud
2012-08-29
1
-8
/
+30
*
test apperror
Gael Pasgrimaud
2012-08-29
1
-1
/
+10
*
improve resp.__str__ (force string)
Gael Pasgrimaud
2012-08-29
2
-2
/
+10
*
- new test for field order
Martin Groenemeyer
2012-05-29
1
-0
/
+137
*
fixed #38 Allow to post falsey values
Gael Pasgrimaud
2012-05-04
1
-1
/
+5
*
dont try to decode unicode data
Gael Pasgrimaud
2012-02-18
1
-0
/
+2
*
pep 8
Gael Pasgrimaud
2012-02-18
1
-7
/
+8
*
fix #25. params are now encoded if a charset is provided
Gael Pasgrimaud
2011-10-30
1
-0
/
+5
*
a few more testing
Gael Pasgrimaud
2011-10-29
1
-0
/
+4
*
add *_json methods
Gael Pasgrimaud
2011-10-29
1
-0
/
+22
*
improve print_stderr. conf.py now read version from setup.py
1.3.2
Gael Pasgrimaud
2011-10-19
1
-0
/
+8
*
add a request attribute to TestResponse. convert url to str(). see #21
Gael Pasgrimaud
2011-09-23
1
-0
/
+7
*
py3 compat
Gael Pasgrimaud
2011-09-23
1
-3
/
+4
*
only raise on py3
Chris McDonough
2011-09-22
1
-1
/
+3
*
better py3 compat
Chris McDonough
2011-09-22
6
-11
/
+13
*
add .options(). fixed #20
Gael Pasgrimaud
2011-08-30
1
-0
/
+4
*
tagged 1.3
Gael Pasgrimaud
2011-08-28
1
-1
/
+1
*
Improve selenium api
1.3
Gael Pasgrimaud
2011-08-27
2
-2
/
+2
*
py3 compat. only 4 errors remaining
Gael Pasgrimaud
2011-08-25
8
-87
/
+113
*
always use unittest2
Gael Pasgrimaud
2011-08-23
10
-496
/
+483
*
add compat module to use unittest2 if py < 2.7
Gael Pasgrimaud
2011-08-23
3
-21
/
+36
*
rename .sel to .browser
Gael Pasgrimaud
2011-08-23
1
-1
/
+1
*
fix test. remove useless logger
Gael Pasgrimaud
2011-08-23
1
-3
/
+4
*
Replace with_selenium by selenium
Gael Pasgrimaud
2011-08-23
2
-29
/
+44
*
take care of responses status
Gael Pasgrimaud
2011-08-22
2
-6
/
+52
*
testapp is a bad name for non testing modules. switch to app
Gael Pasgrimaud
2011-08-22
2
-2
/
+1
*
use real exception
Gael Pasgrimaud
2011-08-22
1
-0
/
+1
*
Improve selenium api
Gael Pasgrimaud
2011-08-22
2
-24
/
+111
*
Better Field representation
Gael Pasgrimaud
2011-08-22
1
-0
/
+25
*
introduce selenium
Gael Pasgrimaud
2011-08-20
4
-0
/
+142
*
bad import
Gael Pasgrimaud
2011-08-20
1
-1
/
+1
*
use assert() instead of simple statement. also use a small u() helper to play...
Gael Pasgrimaud
2011-08-10
9
-206
/
+231
*
Allow to use url that starts with the SCRIPT_NAME found in extra_environ
Gael Pasgrimaud
2011-07-21
1
-0
/
+45
*
since some web servers allow to have a body with a DELETE request we allow it...
Gael Pasgrimaud
2011-07-12
1
-0
/
+4
*
add tests for #12
Gael Pasgrimaud
2011-07-12
1
-0
/
+6
*
only warn if a content-type is returned by 204/304 with no content-length
Gael Pasgrimaud
2011-07-12
1
-34
/
+50
*
Fix #10, TestApp.extra_environ clobbers request-specific extra_environ
Ian Bicking
2010-10-20
1
-15
/
+18
*
Some tests that could be helpful for #10
Mike Korobov
2010-10-20
1
-0
/
+38
*
Revert change to cookies that added quotation marks (Fixes #387)
Ian Bicking
2010-09-14
1
-1
/
+27
*
Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...
Ian Bicking
2010-09-02
1
-0
/
+1
*
Fix a bunch of unicode errors with the tests
Ian Bicking
2010-09-01
2
-11
/
+14
*
Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...
Ian Bicking
2010-09-01
1
-0
/
+5
*
Fix error arising on submit of upload form without a file.
Doug Latornell
2010-07-19
1
-0
/
+6
*
Cookie tests for better test coverage
Mike Korobov
2010-04-19
1
-0
/
+34
*
Slightly improve click test: responses without utf-8 header are now somehow t...
Mike Korobov
2010-04-19
1
-1
/
+1
[next]