summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/tests.py
AgeCommit message (Collapse)Author
2009-11-10More setup and teardown.Chris McDonough
2009-10-09Normalize.Chris McDonough
2009-10-09Remove comment.Chris McDonough
2009-10-09Use renderers.Chris McDonough
2009-05-05- Applications which rely on ``zope.testing.cleanup.cleanUp` in unitChris McDonough
tests can still use that function indefinitely. However, for maximum forward compatibility, they should import ``cleanUp`` from ``repoze.bfg.testing`` instead of from ``zope.testing.cleanup``. The BFG paster templates and docs have been changed to use this function instead of the ``zope.testing.cleanup`` version.
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