summaryrefslogtreecommitdiff
path: root/test/test_outputfilter.py
Commit message (Expand)AuthorAgeFilesLines
* current bottle only support 2.7 and above, json is stdlibHanaasagi2019-01-311-20/+12
* fix failed test caused by ujsonHanaasagi2019-01-311-0/+9
* Normalized test and build setupMarcel Hellkamp2018-10-251-1/+1
* Tests cleanup so tehy run in PyCharm.Marcel Hellkamp2015-11-281-3/+1
* Fix/API: The JsonPlugin ignored HTTPError or HTTPResponse responses.Marcel Hellkamp2013-02-121-0/+17
* Fixed test for last commit.Marcel Hellkamp2012-12-031-1/+1
* Iterators with a .close() method are now wrapped in a way that preserves the ...Marcel Hellkamp2012-12-031-0/+17
* Replaced HTTPResponse and HTTPError with subclasses of BaseResponse.Marcel Hellkamp2012-08-301-9/+9
* Fixed most of the warnings in tests.Marcel Hellkamp2012-01-131-2/+0
* Removing some useless imports.Iuri de Silvio2011-12-031-1/+2
* fix: All test-cases now support 2.x and 3.x from the same source.Marcel Hellkamp2011-12-021-11/+11
* Ensure JSONPlugin returns content-type text/html if JSON serialization failsAnton I. Sipos2011-07-171-0/+12
* Added a helpful error message (ImportError) to json_dumps if no json libraryMarcel Hellkamp2011-06-031-4/+4
* Removed most of the deprecated APIs.Marcel Hellkamp2011-05-141-5/+0
* Added JSONPlugin to implement the autojson feature.Marcel Hellkamp2011-02-241-3/+3
* Merge branch 'plugins'Marcel Hellkamp2010-07-261-2/+5
* Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-051-1/+1
* new: Support for tuples as return value.Marcel Hellkamp2010-06-131-0/+4
* Removed a redundant test for wsgi.file_wrapper in Bottle._cast() and added so...Marcel Hellkamp2010-06-131-3/+2
* Renamed Response.header and HTTPResponse.header to *.headers.Marcel Hellkamp2010-03-081-2/+2
* Added a test for response.charset UTF-8 fallbackMarcel Hellkamp2010-03-071-0/+6
* Improved test tools, moved some tests and added some output casting tests inMarcel Hellkamp2010-03-071-0/+146