diff options
| author | Steve Piercy <web@stevepiercy.com> | 2021-01-09 07:55:02 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2021-01-09 07:55:02 -0800 |
| commit | ab8b801d5ac13feac86219ad8860f0426140d0de (patch) | |
| tree | 3409ceacef059302183a1c7fc0efbed62e61a00f /docs/narr | |
| parent | 8143e8679b5025a648272ec17942307c243c59b5 (diff) | |
| download | pyramid-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.rst | 4 |
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. |
