summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/basiclayout.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-07 01:12:58 -0600
committerMichael Merickel <michael@merickel.org>2020-01-07 01:12:58 -0600
commit3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea (patch)
tree348c99dfcd9c49efcaf9eb7e40658d1b1b3397ba /docs/tutorials/wiki2/basiclayout.rst
parent9629dcfa579e5c78a285e26e42dcff2b1b2df8b7 (diff)
downloadpyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.gz
pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.bz2
pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.zip
revamp the test suite and explain the fixtures
Diffstat (limited to 'docs/tutorials/wiki2/basiclayout.rst')
-rw-r--r--docs/tutorials/wiki2/basiclayout.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst
index e8bc4c5a9..ef78e052b 100644
--- a/docs/tutorials/wiki2/basiclayout.rst
+++ b/docs/tutorials/wiki2/basiclayout.rst
@@ -348,3 +348,9 @@ code in our stock application.
The ``Index`` import and the ``Index`` object creation in ``mymodel.py`` is
not required for this tutorial, and will be removed in the next step.
+
+Tests
+-----
+
+The project contains a basic structure for a test suite using ``pytest``.
+The structure is covered later in :ref:`wiki2_adding_tests`.