| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-23 | add a note about missing code | Tshepang Lekhonkhobe | |
| 2013-04-22 | Merge pull request #997 from tshepang/patch-2 | Michael Merickel | |
| add missing comma | |||
| 2013-04-22 | Merge pull request #999 from tshepang/patch-5 | Tres Seaver | |
| replace deprecated method | |||
| 2013-04-23 | replace deprecated method | Tshepang Lekhonkhobe | |
| 2013-04-23 | replace deprecated method | Tshepang Lekhonkhobe | |
| 2013-04-23 | add missing comma | Tshepang Lekhonkhobe | |
| 2013-04-22 | Merge pull request #989 from tshepang/patch-2 | Tres Seaver | |
| add a cross-ref... hyperlinks are nice | |||
| 2013-04-21 | add a cross-ref... hyperlinks are nice | Tshepang Lekhonkhobe | |
| 2013-04-21 | remove ambiguity by indicating that the target is API documentation | Tshepang Lekhonkhobe | |
| 2013-03-31 | fix some cross-references | Tshepang Lekhonkhobe | |
| Also add webtest to intersphinx_mapping | |||
| 2013-03-03 | No preposition needed at all. ;) | Tres Seaver | |
| 2013-02-27 | should be one word | Tshepang Lekhonkhobe | |
| 2012-09-15 | merge jinty's testConfig code | Chris McDonough | |
| 2012-08-30 | Fixed broken link in docs/narr/testing.rst | Ronan Amicel | |
| Fixed link to "Dive into Python" (previous mirror is down). | |||
| 2012-06-16 | A context manager for test setup | Brian Sutherland | |
| 2012-02-24 | Trivial typos | Paul Winkler | |
| 2011-10-23 | updated Dive Into Python link | Cypha | |
| 2011-06-11 | - Pyramid now expects Response objects to have a __call__ | Chris McDonough | |
| method which implements the WSGI application interface instead of the three webob attrs status, headerlist and app_iter. Backwards compatibility exists for code which returns response objects that do not have a __call__. - pyramid.response.Response is no longer an exception (and therefore cannot be raised in order to generate a response). - Changed my mind about moving stuff from pyramid.httpexceptions to pyramid.response. The stuff I moved over has been moved back to pyramid.httpexceptions. | |||
| 2011-05-31 | the canonical import location for HTTP exceptions/responses is now ↵ | Chris McDonough | |
| pyramid.response | |||
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2011-01-19 | - Fix deprecated example showing ``chameleon_zpt`` API call in testing | Chris McDonough | |
| narrative chapter. | |||
| 2011-01-18 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 2011-01-16 | remove reference to obsolete begin() method | Casey Duncan | |
| 2011-01-16 | simplify and shorten long sentence | Casey Duncan | |
| 2011-01-16 | move however for better flow | Casey Duncan | |
| 2011-01-12 | Features | Chris McDonough | |
| -------- - ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` have been undeprecated. They are now the canonical setup and teardown APIs for test configuration, replacing "direct" creation of a Configurator. This is a change designed to provide a facade that will protect against any future Configurator deprecations. Paster Templates ---------------- - All paster templates now use ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` rather than creating a Configurator "by hand" within their ``tests.py`` module, as per decision in features above. Documentation ------------- - The wiki and wiki2 tutorials now use ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` rather than creating a Configurator "by hand", as per decision in features above. - The "Testing" narrative chapter now explains ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` instead of Configurator creation and ``Configurator.begin()`` and ``Configurator.end()``. | |||
| 2010-12-19 | typo | Chris McDonough | |
| 2010-12-19 | cunctional -> functional | Chris McDonough | |
| 2010-12-19 | add functional testing example | Chris McDonough | |
