diff options
Diffstat (limited to 'docs/topics/testing/tools.txt')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 4c93e762c7..bd41d6221b 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -965,7 +965,7 @@ It also provides an additional method: called before each test, negating the speed benefits. Objects assigned to class attributes in ``setUpTestData()`` must support - creating deep copies with :py:func:`copy.deepcopy` in order to isolate them + creating deep copies with :func:`copy.deepcopy` in order to isolate them from alterations performed by each test methods. .. classmethod:: TestCase.captureOnCommitCallbacks(using=DEFAULT_DB_ALIAS, execute=False) |
