diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-28 15:53:55 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-28 15:53:55 -0500 |
| commit | ed252bfa447e29a2cf56f51d759be342baf16f3a (patch) | |
| tree | 3096622146a2a390e3ea7cc26b50ba41c1be8ee6 /docs/tutorials/wiki/tests.rst | |
| parent | 69d09d906230c9f22699075c1ea07970b21e8ab4 (diff) | |
| download | pyramid-ed252bfa447e29a2cf56f51d759be342baf16f3a.tar.gz pyramid-ed252bfa447e29a2cf56f51d759be342baf16f3a.tar.bz2 pyramid-ed252bfa447e29a2cf56f51d759be342baf16f3a.zip | |
move code from login.py to views.py (like sqla tutorial)
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
| -rw-r--r-- | docs/tutorials/wiki/tests.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst index 941302d67..1ddb8f408 100644 --- a/docs/tutorials/wiki/tests.rst +++ b/docs/tutorials/wiki/tests.rst @@ -9,10 +9,9 @@ that it continues to work after some changes are made in the future. Test the Models =============== -We write tests for the model -classes and the appmaker. Changing ``tests.py``, we'll write a separate test -class for each model class, and we'll write a test class for the -``appmaker``. +We write tests for the model classes and the appmaker. Changing +``tests.py``, we'll write a separate test class for each model class, and +we'll write a test class for the ``appmaker``. To do so, we'll retain the ``tutorial.tests.ViewTests`` class provided as a result of the ``zodb`` project generator. We'll add three test |
