summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-03-14 14:58:05 -0700
committerPatricio Paez <pp@pp.com.mx>2012-03-14 14:58:05 -0700
commitc884eea0abeac00fdff6821329c2981caa5c8db4 (patch)
treeb98db16b4ed1643f853364d87b608e4638111cff /docs/tutorials/wiki2/tests.rst
parent58df8cb0697a00f88da347db8c09f7c0148f99c0 (diff)
downloadpyramid-c884eea0abeac00fdff6821329c2981caa5c8db4.tar.gz
pyramid-c884eea0abeac00fdff6821329c2981caa5c8db4.tar.bz2
pyramid-c884eea0abeac00fdff6821329c2981caa5c8db4.zip
Renamed db populate to initialize in SQL tutorial
- Replaced populate_tutorial -> initialize_tutorial_db - Renamed populate.py -> initializedb.py - Updated references in the documenation
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
-rw-r--r--docs/tutorials/wiki2/tests.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst
index 92544404c..86880fb18 100644
--- a/docs/tutorials/wiki2/tests.rst
+++ b/docs/tutorials/wiki2/tests.rst
@@ -13,9 +13,8 @@ We write a test class for the model class ``Page`` and another test class
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``, and one for the ``populate`` script
-named ``Test_populate``.
+result of the ``alchemy`` scaffold. We'll add a test class named
+``PageModelTests`` for the ``Page`` model.
Testing the Views
=================