diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-28 16:19:04 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-28 16:19:04 -0500 |
| commit | dafb0b3271f525fb8552d155a4dd840ced1656c8 (patch) | |
| tree | 786cccbf8f2287be8e2fa43afd33e503b5366739 /docs/tutorials/wiki2/tests.rst | |
| parent | 8786a5719950900ba7a8390323476076e737ac9e (diff) | |
| parent | 14e5fa938b5354154f724101f444b1826b01aa3a (diff) | |
| download | pyramid-dafb0b3271f525fb8552d155a4dd840ced1656c8.tar.gz pyramid-dafb0b3271f525fb8552d155a4dd840ced1656c8.tar.bz2 pyramid-dafb0b3271f525fb8552d155a4dd840ced1656c8.zip | |
merge master to feature.introspection
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
| -rw-r--r-- | docs/tutorials/wiki2/tests.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst index 8fa8ea3ae..25cf2c25e 100644 --- a/docs/tutorials/wiki2/tests.rst +++ b/docs/tutorials/wiki2/tests.rst @@ -14,8 +14,8 @@ for the ``initialize_sql`` function. To do so, we'll retain the ``tutorial.tests.ViewTests`` class provided as a result of the ``alchemy`` scaffold. We'll add two test classes: one for the -``Page`` model named ``PageModelTests``, one for the ``initialize_sql`` -function named ``InitializeSqlTests``. +``Page`` model named ``PageModelTests``, and one for the ``populate`` script +named ``Test_populate``. Testing the Views ================= |
