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
/
test_testing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some ugly stuff by using future's literal and six. this mean we do no ...
Gael Pasgrimaud
2012-12-05
1
-2
/
+2
*
fix a bug when nose try tu use unicode(resp)
Gael Pasgrimaud
2012-09-19
1
-0
/
+14
*
test apperror
Gael Pasgrimaud
2012-08-29
1
-1
/
+10
*
improve resp.__str__ (force string)
Gael Pasgrimaud
2012-08-29
1
-0
/
+8
*
fixed #38 Allow to post falsey values
Gael Pasgrimaud
2012-05-04
1
-1
/
+5
*
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
*
add .options(). fixed #20
Gael Pasgrimaud
2011-08-30
1
-0
/
+4
*
py3 compat. only 4 errors remaining
Gael Pasgrimaud
2011-08-25
1
-1
/
+2
*
always use unittest2
Gael Pasgrimaud
2011-08-23
1
-10
/
+0
*
add compat module to use unittest2 if py < 2.7
Gael Pasgrimaud
2011-08-23
1
-20
/
+20
*
use assert() instead of simple statement. also use a small u() helper to play...
Gael Pasgrimaud
2011-08-10
1
-17
/
+17
*
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
*
Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...
Ian Bicking
2010-09-02
1
-0
/
+1
*
Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...
Ian Bicking
2010-09-01
1
-0
/
+5
*
fix test (webob changed upstrea). Ignore boring files
Ian Bicking
2010-04-16
1
-1
/
+2
*
Added a TestApp.request method
ianb
2009-06-09
1
-0
/
+4
*
fix thinko; should be self.body
pjenvey
2008-11-19
1
-0
/
+2
*
fix problem with params
ianb
2008-02-17
1
-1
/
+4
*
rename symbols, words
ianb
2007-08-09
1
-5
/
+5
*
rename
ianb
2007-08-09
1
-0
/
+31