summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2021-01-09 07:55:02 -0800
committerSteve Piercy <web@stevepiercy.com>2021-01-09 07:55:02 -0800
commitab8b801d5ac13feac86219ad8860f0426140d0de (patch)
tree3409ceacef059302183a1c7fc0efbed62e61a00f /docs/narr
parent8143e8679b5025a648272ec17942307c243c59b5 (diff)
downloadpyramid-ab8b801d5ac13feac86219ad8860f0426140d0de.tar.gz
pyramid-ab8b801d5ac13feac86219ad8860f0426140d0de.tar.bz2
pyramid-ab8b801d5ac13feac86219ad8860f0426140d0de.zip
Update Quick Tutorial and Quick Tour cookiecutter steps
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index bd4c675d9..31dce9265 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -562,8 +562,8 @@ The ``myproject`` project we've generated has the following directory structure:
.. index::
single: tests
-``test_it.py``
-~~~~~~~~~~~~~~
+``tests`` package
+~~~~~~~~~~~~~~~~~
The ``conftest.py``, ``test_functional.py``, and ``test_views.py`` modules in the ``tests`` package includes tests for your application.