diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-07 04:15:27 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-07 04:15:27 +0000 |
| commit | 7d32df3d33354dc34c1cb0a086463e4f23d968ce (patch) | |
| tree | dc33728f73b23a35111eb2d6a5a0077426320266 /CHANGES.txt | |
| parent | d67c741ef82c0a14778c691281139ec364c34a27 (diff) | |
| download | pyramid-7d32df3d33354dc34c1cb0a086463e4f23d968ce.tar.gz pyramid-7d32df3d33354dc34c1cb0a086463e4f23d968ce.tar.bz2 pyramid-7d32df3d33354dc34c1cb0a086463e4f23d968ce.zip | |
- Add a method named ``assert_`` to the DummyTemplateRenderer. This
method accepts keyword arguments. Each key/value pair in the
keyword arguments causes an assertion to be made that the renderer
received this key with a value equal to the asserted value.
- Projects generated by the paster templates now use the
``DummyTemplateRenderer.assert_`` method in their view tests.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4a1d498b0..dd4638199 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,14 @@ Features - Renamed the existing BFG paster template to ``bfg_starter``. Added another template showing default ZODB setup using ``repoze.zodbconn``. +- Add a method named ``assert_`` to the DummyTemplateRenderer. This + method accepts keyword arguments. Each key/value pair in the + keyword arguments causes an assertion to be made that the renderer + received this key with a value equal to the asserted value. + +- Projects generated by the paster templates now use the + ``DummyTemplateRenderer.assert_`` method in their view tests. + 0.6.1 (2009-01-06) ================== |
