summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/testing.rst2
-rw-r--r--docs/quick_tour.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst
index ec2d1fad1..d89a4d3aa 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -406,7 +406,7 @@ function ``my_view`` that returns an HTML body when the root URL is invoked:
The following example functional test demonstrates invoking the above
:term:`view`:
- .. literalinclude:: myproject/myproject/tests.py
+ .. literalinclude:: myproject/tests/test_it.py
:linenos:
:pyobject: FunctionalTests
:language: python
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index b6e456d2b..062693d24 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -731,7 +731,7 @@ This yields the following output.
Our tests passed, and its coverage is complete. What did our test look like?
-.. literalinclude:: quick_tour/package/hello_world/tests/test_it.py
+.. literalinclude:: quick_tour/package/tests/test_it.py
:language: python
:linenos: