summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2Ian Bicking2007-02-011-0/+12
* don't test profile middleware if hotshot isn't availableIan Bicking2007-02-011-20/+25
* Add most doctests to the automatic testing; fix some problems in testsIan Bicking2007-02-012-0/+37
* Switching mime-type parsing to be a WSGIRequest function instead of attribute.bbangert2007-01-311-5/+4
* Added WSGIRequest.mimetypes property and unit tests for it.bbangert2007-01-311-2/+14
* More thorough unit testing of the languages header.bbangert2007-01-311-0/+6
* Added an HTML-specific subclassIan Bicking2007-01-311-0/+21
* Added a templating languageIan Bicking2007-01-313-1/+104
* ensure UnicodeMultiDict allows non basestring keys to pass throughpjenvey2007-01-311-0/+11
* s/assert_unicode_items/assert_unicode_item/gpjenvey2007-01-311-9/+9
* comment out the wsgi.input comparison tests until #125 is solvedpjenvey2007-01-311-3/+4
* Added WSGIRequest.languages parameter which handles parsing of Accept-Languag...bbangert2007-01-311-1/+8
* by default don't have WSGIRequest decode parameter keys when unicode params a...pjenvey2007-01-221-8/+22
* everything passing except the rereading of wsgi.inputpjenvey2007-01-211-16/+2
* o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrievedpjenvey2007-01-211-1/+111
* some test fixes. still not passingpjenvey2007-01-191-16/+16
* non-passing test for new request parsing systemIan Bicking2007-01-191-0/+49
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
* ensure extra restoration_end calls nooppjenvey2006-12-271-0/+2
* Use 404 instead of 400 when there's extra path on a static file, like with /i...Ian Bicking2006-12-221-3/+4
* fixed parse_dict_querystring returning empty dicts instead of MultiDictspjenvey2006-12-221-1/+1
* renamed restorer evalcontext_begin/end in_evalcontext to restoration_begin/en...pjenvey2006-12-221-5/+5
* Made Registries work in EvalException (prepare, register, replace, cleanup)pjenvey2006-12-071-12/+64
* whitespacepjenvey2006-12-041-3/+3
* StackedObjectRestorer tests. fixed a couple edge cases:pjenvey2006-12-011-2/+82
* Expanded profile test a bitIan Bicking2006-12-011-2/+6
* Fixed errordocument header testIan Bicking2006-12-011-2/+2
* Fixed recursive test to use new KeepStatus init signature.bbangert2006-12-011-1/+1
* Added paste.response.replace_header testIan Bicking2006-12-011-0/+11
* Test for errordocument header-preserving problem (currently broken)Ian Bicking2006-12-011-1/+23
* Fix for Content-Length in gzip response from Brad Clements. Also gzip testIan Bicking2006-11-121-0/+18
* Fixed problem where the errorcatching middleware doesn't expose the close met...Ian Bicking2006-10-031-2/+2
* Added some tests for multidict; fixed setdefaultIan Bicking2006-09-261-0/+24
* Removed PasteDeploy/Script requirement from testsIan Bicking2006-09-211-2/+0
* Fixing a bug when unicode is used in exceptions, thecce2006-09-111-0/+15
* Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as...Ian Bicking2006-09-101-0/+9
* Fixed a bug in the registry test (not code), since str(registered_object) nev...Ian Bicking2006-08-233-4/+5
* Fixed problem with exception formatter word wrapping routineIan Bicking2006-08-211-0/+10
* renamed the multidict class to MultiDictpjenvey2006-07-251-1/+1
* Fixed a bug in paste.errordocuments.forward and updated unit teststhejimmyg2006-07-202-18/+151
* Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5Ian Bicking2006-07-201-13/+1
* Changed usage of MultiDict to util.multidictIan Bicking2006-07-191-3/+3
* Added tests for file-related conditional requests. Added support for If-None...Ian Bicking2006-07-171-0/+21
* Added a middleware to clear out error bodies, making them more accessible to ...Ian Bicking2006-07-141-2/+13
* o revised the r5420 patch to be specific to the _IfModifiedSince headerpjenvey2006-06-261-2/+5
* Tests actually look just fine, but just two similar cases. And remove a dead...Ian Bicking2006-06-221-0/+2
* Made it possible to create the session after start_response is called but bef...Ian Bicking2006-06-211-0/+52
* whitespacepjenvey2006-06-191-2/+1
* updated test commentpjenvey2006-06-191-3/+4
* Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir...pjenvey2006-06-192-0/+42