summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/tests.py
AgeCommit message (Collapse)Author
2009-01-17Update docs with new default project stuff.Chris McDonough
2009-01-07- Add a method named ``assert_`` to the DummyTemplateRenderer. ThisChris McDonough
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.
2008-11-14 - Change paster template ``tests.py`` to include a true unit test.Chris McDonough
Retain old test as an integration test. Update documentation.
2008-08-24Second checkin using StudlyCaps version of MyProject.Chris McDonough