diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-19 11:36:10 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-19 11:36:10 -0500 |
| commit | 6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9 (patch) | |
| tree | eab49f8a0fcbba2839367281f02a59f84fa3eea7 /docs/narr/project.rst | |
| parent | b6b99c90efb438d8e0cc523c84f63707f8a28c69 (diff) | |
| download | pyramid-6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9.tar.gz pyramid-6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9.tar.bz2 pyramid-6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9.zip | |
add functional testing example
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index b9d49335e..ccc79ee3d 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -901,8 +901,8 @@ tests here as you build your application. You are not required to write tests to use :app:`Pyramid`, this file is simply provided as convenience and example. -See :ref:`unittesting_chapter` for more information about writing -:app:`Pyramid` unit tests. +See :ref:`testing_chapter` for more information about writing :app:`Pyramid` +unit tests. Modifying Package Structure ---------------------------- |
