diff options
| author | Chris McDonough <chrism@plope.com> | 2014-04-07 09:55:11 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-04-07 09:55:11 -0400 |
| commit | bcf18220be9c21ff4b1af50f45b90aadfa7820f5 (patch) | |
| tree | 99232b448c08c5689117cb84c025efb349b50b0f /docs/quick_tutorial/unit_testing.rst | |
| parent | d7b647d27ebde9bc8203629b651e69d6e7ac7c38 (diff) | |
| parent | 32200c3af84c352c066eb2c402496305375912e4 (diff) | |
| download | pyramid-bcf18220be9c21ff4b1af50f45b90aadfa7820f5.tar.gz pyramid-bcf18220be9c21ff4b1af50f45b90aadfa7820f5.tar.bz2 pyramid-bcf18220be9c21ff4b1af50f45b90aadfa7820f5.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/quick_tutorial/unit_testing.rst')
| -rw-r--r-- | docs/quick_tutorial/unit_testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst index ed33f62d7..f8a33b39d 100644 --- a/docs/quick_tutorial/unit_testing.rst +++ b/docs/quick_tutorial/unit_testing.rst @@ -116,4 +116,4 @@ Extra Credit #. Why do we import the ``hello_world`` view function *inside* the ``test_hello_world`` method instead of at the top of the module? -.. seealso:: See Also: :ref:`testing_chapter` +.. seealso:: See also :ref:`testing_chapter` |
