From 6a80e3d4099304ed7327cf2c72f7d786c01344ee Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 16 Oct 2009 00:26:03 +0000 Subject: - Added "Creating Integration Tests" section to unit testing narrative documentation chapter. --- docs/narr/project.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/narr/project.rst') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index f178b854f..09ec89fb6 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -723,3 +723,5 @@ You may add more tests here as you build your application. You are not required to write tests to use :mod:`repoze.bfg`, this file is simply provided as convenience and example. +See :ref:`unittesting_chapter` for more information about writing +:mod:`repoze.bfg` unit tests. -- cgit v1.2.3