From ab8b801d5ac13feac86219ad8860f0426140d0de Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 9 Jan 2021 07:55:02 -0800 Subject: Update Quick Tutorial and Quick Tour cookiecutter steps --- docs/narr/project.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr') 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. -- cgit v1.2.3