summaryrefslogtreecommitdiff
path: root/pecan/tests
Commit message (Expand)AuthorAgeFilesLines
* core: do not try to set response body to NoneJulien Danjou2013-09-261-0/+17
* Document and test the uwsgi plugin.Ryan Petrello2013-08-291-6/+24
* Merge pull request #227 from ryanpetrello/routing_lookup_bugmarkmcclain2013-08-081-0/+29
|\
| * Fix a routing bug for certain _lookup controller configurations.Ryan Petrello2013-08-081-0/+29
* | Merge pull request #226 from ryanpetrello/nextmarkmcclain2013-08-081-20/+9
|\ \ | |/
| * Make some notable changes to how ``pecan.conf.app`` is passed to a new app.Ryan Petrello2013-08-081-20/+9
* | Allow on_error hooks to return a Response.Kiall Mac Innes2013-07-201-0/+30
|/
* Merge remote-tracking branch 'origin/next' into py3kRyan Petrello2013-05-071-0/+219
|\
| * Merge pull request #198 from ryanpetrello/rest-controller-lookup-supportmarkmcclain2013-05-071-0/+219
| |\
| | * Add support for ``_lookup`` methods as a fallback in RestController.Ryan Petrello2013-03-191-0/+219
* | | General import and flake8 cleanup.Ryan Petrello2013-05-032-13/+1
* | | Replace ``pecan.compat.dictconfig`` with ``logutils.dictconfig.dictConfig``.Ryan Petrello2013-05-032-735/+0
* | | Add scaffold tests for Python 3.2/3.3.Ryan Petrello2013-04-301-6/+9
* | | Fix a Py3 compatability bug in `pecan.jsonify`.Ryan Petrello2013-04-301-19/+20
* | | Resolve a few differences in TypeError messaging in Python 3.3.Ryan Petrello2013-04-301-2/+8
* | | Fix a pep8 failure.Ryan Petrello2013-04-301-2/+3
* | | Cleanup and add a ton of bytes() compatability for tests.Ryan Petrello2013-04-309-249/+261
* | | More miscellaneous PY3 compatability issues.Ryan Petrello2013-04-301-1/+0
* | | Remove unicode markers.Ryan Petrello2013-04-301-2/+2
* | | Fix PY3 urllib2 import changes.Ryan Petrello2013-04-301-5/+10
* | | Don't run tests for dictconfig fallback in PY3 (it doesn't need them)Ryan Petrello2013-04-301-688/+693
* | | Update cStringIO imports.Ryan Petrello2013-04-304-12/+6
* | | Update exception block syntax.Ryan Petrello2013-04-304-10/+10
|/ /
* | Merge pull request #200 from markmcclain/env_fixRyan Petrello2013-04-251-19/+18
|\ \
| * | os.environ test clean-up and reorder overwriteMark McClain2013-04-251-19/+18
* | | Merge branch 'next' of github.com:dreamhost/pecan into nextRyan Petrello2013-04-251-24/+4
|\ \ \ | |/ /
| * | Improve performance for general pecan request handling.Ryan Petrello2013-04-241-24/+4
* | | Remove some unnecessary cruft and improve test coverage for core.pyRyan Petrello2013-04-251-1/+18
|/ /
* | Resolve a bug in TransactionHook.Ryan Petrello2013-04-171-0/+43
* | Store exceptions raised by ``abort`` in the WSGI environ.Ryan Petrello2013-04-091-0/+36
|/
* Merge pull request #197 from ryanpetrello/environment-variable-patchJonathan LaCour2013-03-191-5/+5
|\
| * Improved test cleanup for environment-variable-based configuration.Ryan Petrello2013-03-131-5/+5
* | Merge pull request #196 from ryanpetrello/improved-scaffolding-testsJonathan LaCour2013-03-192-278/+153
|\ \
| * | Extract the scaffold-building tests into tox.Ryan Petrello2013-03-132-278/+153
| |/
* | Merge pull request #190 from ryanpetrello/bug-nested-deleteJonathan LaCour2013-03-191-1/+55
|\ \ | |/ |/|
| * Fix a bug in DELETE methods in two (or more) nested RestControllers.Ryan Petrello2013-03-122-4/+58
* | More cleanup for configuration resetting.Ryan Petrello2013-03-132-3/+3
* | Improve runtime configuration cleanup for tests.Ryan Petrello2013-03-1315-70/+107
* | Merge pull request #186 from alfredodeza/env_varRyan Petrello2013-03-011-0/+10
|\ \
| * | improve the tearDown method as it was contaminating the global configAlfredo Deza2013-03-011-0/+10
* | | Merge pull request #174 from alfredodeza/env_varRyan Petrello2013-03-012-19/+60
|\ \ \ | |/ /
| * | add a teardown to prevent pollution of ENVAlfredo Deza2013-02-271-0/+3
| * | trying to fix RuntimeError testsAlfredo Deza2013-02-271-14/+10
| * | removed all pending pep8 violationsAlfredo Deza2013-02-271-7/+7
| * | fixed pep8 violationsAlfredo Deza2013-02-271-10/+14
| * | a bunch of tests for the env var supportAlfredo Deza2013-01-221-4/+42
* | | Fix a pep8 spacing violation.Ryan Petrello2013-02-041-1/+0
* | | add a test to demonstrate the problemAlfredo Deza2013-02-031-0/+17
|/ /
* | Merge pull request #169 from ryanpetrello/nextmarkmcclain2013-01-181-3/+3
|\ \
| * | Resolve a few pep8 issuesRyan Petrello2013-01-181-3/+3