summaryrefslogtreecommitdiff
path: root/tests/test_static.py
Commit message (Collapse)AuthorAgeFilesLines
* Add index page support to webob.static.DirectoryApp.Ian Bicking2012-07-031-1/+26
|
* Use 'wsgi.file_wrapper' to serve static file, if availableJonathan Ballet2012-04-261-0/+15
|
* Change Response.status_int to Response.status_code (while still supporting ↵Ian Bicking2012-04-131-15/+15
| | | | .status_int, but changing documentation to prefer status_code)
* Fix test failure on webob.static on PypyJonathan Ballet2012-04-121-8/+4
| | | | | This should fix the error from http://lists.repoze.org/pipermail/pyramid-checkins/2012-April/003847.html
* Really treat the limit of FileIter as an integer, not a boolJonathan Ballet2012-04-111-0/+7
|
* Add more tests for .static.FileIterJonathan Ballet2012-04-041-1/+41
|
* Remove .static.FileApp.update() method, it is not neededJonathan Ballet2012-04-021-1/+0
| | | | | The module doesn't do caching anymore, and it was related to caching, so, let's get rid of it.
* Remove webob.static.{DataApp, ArchivedFilesApp,PkgResourcesApp}Jonathan Ballet2012-03-271-205/+9
| | | | | There are not so useful and can be brought back anyway if it proves to be important for some people.
* Add comments about some static app returns 200 even if the file requested ↵Jonathan Ballet2012-03-271-0/+2
| | | | can't be found
* Improve coverage of webob.static.FileApp about open() corner casesJonathan Ballet2012-03-271-0/+22
|
* Improve the test coverage of webob.static.PkgResourcesAppJonathan Ballet2012-03-271-44/+102
|
* Improve the test coverage of webob.static.ArchivedFilesAppJonathan Ballet2012-03-271-0/+84
|
* Improved test coverage of webob.static.DirectoryAppJonathan Ballet2012-03-271-0/+72
|
* Improved test coverage of webob.static.FileApp and webob.static.FileIterJonathan Ballet2012-03-051-5/+30
|
* Remove cache related code, as well as __lshift__ (from PasteOb)Jonathan Ballet2012-03-041-2/+0
|
* Tests work under Python 3.2Jonathan Ballet2012-03-041-9/+10
|
* Tests work under Python 2.7Jonathan Ballet2012-03-041-64/+81
|
* Copy pasteob.fileapp into webob.static with testsJonathan Ballet2012-03-031-0/+76