summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorAgnieszka Lasyk <agnieszkalasyk@agalasyk.local>2015-11-15 13:05:15 +0100
committerTim Graham <timograham@gmail.com>2015-11-16 06:44:14 -0500
commit1f8dad69158a96d0649d321ce08ecc9c0465f962 (patch)
tree17f36d2f6aa0b212eebb3a5f51e2ba27753f8a00 /docs/topics/testing
parent53326e2c8ab92195be6b65120254be77cbf47c26 (diff)
Fixed #25755 -- Unified spelling of "website".
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/tools.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index ce23265351..658c674bd2 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -740,7 +740,7 @@ TestCase
.. class:: TestCase()
This class provides some additional capabilities that can be useful for testing
-Web sites.
+websites.
Converting a normal :class:`unittest.TestCase` to a Django :class:`TestCase` is
easy: Just change the base class of your test from ``'unittest.TestCase'`` to
@@ -1028,7 +1028,7 @@ Fixture loading
.. attribute:: TransactionTestCase.fixtures
-A test case for a database-backed Web site isn't much use if there isn't any
+A test case for a database-backed website isn't much use if there isn't any
data in the database. To make it easy to put test data into the database,
Django's custom ``TransactionTestCase`` class provides a way of loading
**fixtures**.